>		/*general styling*/
		body{
		background-color: #ccc;
		margin: 10px;
		
		}
		
		a{
		color: black;
		}
		
		/*end general styling*/
		
	
		/*menu*/
		#menu{
		font-family: serif;
		font-variant: small-caps;
		}
		
		#menu li{
		margin: 5px;
		padding: 5px;
		display: block;
		}
	
		#menu a{
		float: left;
		line-height: 14px;
		margin: 0;
		text-decoration: none;
		color: gray;
		}
		
		#menu a:hover{
		color: maroon;
		}
	
		#menu a.active{
		color: maroon;
		text-decoration: underline;
		}			
		
		/*end menu*/
		
		#wrapper{
		width: 800px;
		margin: 0 auto;
		}
		
		#header{
		width: 800px;
		height: 80px;
		padding-top: 5px;
		clear: both;
		text-align: center;
		/* background-color: white; */
		}
				
		#menu{
		width: 160px;
		height: 120px;
		float: left;
		text-align: left;
		/* background-color: black; */
		}
		
		#contentheader{
		width: 640px;
		height: 60px;
		float: right;
		text-align: center;
		/* background-color: aqua; */
		}
		
		#content{
		width: 640px;
		height: 520px;
		float: right;
		text-align: center;
		/* background-color: fuchsia; */
		}
		
		
		#news{
		width: 160px;
		height: 480px;
		float: left;
		text-align: left;
		color: gray;
		/* background-color: navy; */
		}
				
		#footer{
		width: 800px;
		height: 80px;
		padding-top: 5px;
		padding-bottom: 5px;
		clear: both;
		text-align: center;
		/* background-color: green; */
		}
