body
			{
				margin: 0;
				padding: 0;
				font-family: georgia, times, "times new roman", serif;
				color: #000;
				background-color: #ff6f54;
			}
		
#container
			 { background-color: #ffb86c; background-repeat: repeat-y; margin: 1em 5%; min-width: 600px; border: solid 1px #333 }
		
#banner
		      { 
			      color: #bc2434; 
			      font-size: 10px; 
			      background-color: #acbcac;
			       background-repeat: no-repeat; 
			       text-align: center; 
			       height: 140px; 
			       min-width: 600px; 
		       border-bottom: 1px solid #333 }

#nav
		 	{ 
			 	text-decoration: none; 
			 	background-color: #ffb86c; 
			 	margin-top: 0; 
			 	margin-left: 10px; 
			 	padding-top: 1em; 
			 	padding-left: 10px; 
			 	width: 125px; 
			 	float: left 
		 	}
		
		
#nav a   
			 { 
				 color: #922434; 
				 font-size: 1.2em; 
				 font-weight: bold; t
				 ext-decoration: none; 
				 background-color: transparent; 
				 text-transform: uppercase 
			 }
		
a  
			{ 	
				color: #fff; 
				text-decoration: none; 
			 
			}
a:hover		
			{
				color: yellow
			}
#nav a:hover {color: yellow }

a:visited	 { color: #ccc }			
				
#content
			{ 	
				background-color: #ff7d78; 
				margin-top: 0; 
				margin-bottom: 0; 
				margin-left: 150px; 
				padding-top: 1em; 
				border-left: 1px solid #bc2434 
			}
			
#text   
		
			{ 
			color: #871016; 
		 	font-size: 14px; 
		 	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
		 	background-color: #ff7d78; 
		 	padding: 15px 
		 	}
			
h3 
			{ 		
			text-transform: uppercase 
			}
		
#footer
			{ 
		 	color: #bc2434; 
		 	background-color: #89b5b5; 
		 	text-align: center;
		 	font-size: 0.9em;  
		 	padding-top: 10px; 
		 	padding-bottom: 10px; 
		 	clear: both; 
		 	border-top: 1px solid #bc2434 
		 	
		 	}
