body {
       background-image:url('images/bg02.jpg');
	   background-repeat:no-repeat;
	   height:1000px;
      }
	  
	  div{
	      margin: 10px 0px 10px 0px;
		  
	  }
	  
      div#container {
	    font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
		line-height: 1.5;
        height: 800px;
        margin: auto;
        width: 1000px;
		background-color:white;
		
      }
	  
	  div#socialmedia{
	    float:right;
		margin-right: 30px;
	  }
	  div#scroll{
	    height:700px;
	    overflow:scroll;
	  }
	  
	  div#main {
        overflow:hide;
		float:left;
		width:60%;
		padding: 10px 40px 10px 40px;
      }
	  
	  div#sidebar {
        height: 600px;
        width: 20%;
		float:right;
		/*background-color:lightgray;*/
		padding: 0px 20px 0px 20px;
		margin: 40px 25px 0 0;
		border: 5px outset green;
      }
	  
	  .announcement{
	    margin: 20px 0 20px 0;
		padding: 10px 40px 10px 40px;
		background-color:#202020;
		color: white;
	  }
      
      div#one {
        background-color: pink;
        left: 0px;
        top: 0px;
      }
      div#two {
        background-color: lightblue;
        right: 0px;
        top: 0px;
      }
      div#three {
        background-color: lightgreen;
        bottom: 0px;
        left: 0px;
      }
      div#four {
        background-color: orange;
        bottom: 0px;
        right: 0px;
      }
	  
	  
	  /*Navigation*/

	  
	  #menu {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: bold;
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
			#menu li{

				color: #66CC66;
				display: inline;
				padding: 8px 20px 10px 20px;
			}
			#menu li a {
				background-color: transparent;
				color: #202020;
				text-decoration: none;
			}
			#menu li:hover, #menu li a:hover {
				color: #66CC66;
			}
			
			/*Slideshow Styles */
#slideshow{
  position: relative;
 /* width: 50%;
  height: 350px;
  width: 350px;*/
  
  margin: 0 auto 0 auto;
  background: ;
  padding: 0;
}
#slideshow IMG{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  margin: 0;
}
#slideshow IMG.active{
  z-index:10;
}
#slideshow IMG.last-active{
  z-index:9;
}