/* CSS Document
  <div id="wrapper">
  <div id="header">   </div>
  <div id="info">     </div>
  <div id="footer">   </div></div>*/ 
 		

  body {
	font-family:  Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	background-color: #520003;
	font-style: normal;
	color: #968F7B;
	}
	
	a:link {color:#9f9883;text-decoration: none;font-family: Georgia, Times, "Times New Roman", serif;font-size: 13px;} 
	a:visited {color:#9f9883;text-decoration: none;font-family: Georgia, Times, "Times New Roman", serif;font-size: 13px;} 
	a:hover {color:#FEFDF5;text-decoration: none;font-family: Georgia, Times, "Times New Roman", serif;font-size: 13px;} 
	a:active {color:#FEFDF5;;text-decoration: none;font-family: Georgia, Times, "Times New Roman", serif;font-size: 13px;}
  
  
 #wrapper {
	width: 817px;
	margin: 0 auto;
	
}

#header {
	width:817px;
	height: auto;
	float: left;
	background-color: #520003;
}



#info {
	width: 817px;
	height: 415px;
	float: left;
	font-family:  Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	font-style: normal;
	color: #968F7B;
	

}

#footer {
	width: 817px;
	height: 90px;
	float: left;
	background-color: #520003;

}