/* CSS Document */

body 
	{
	
	margin:5px auto;
	}
	
	#wrapper
	{
	width:780px;
	height:800px;
	margin: 0px auto;
	}
	
	#masthead
	{
	width:780px;
	height:90px;
	float:left;
	}
	
	#navigator
            {
	width:780px;
	height:20px;
	
	margin-top:30px;
	text-indent:30px;
	}
	
	#contact 
	{
	width:500px;
	height:390px;
	margin-top:20px;
	float:left;
	clear:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	}
	
#imgbox
	{
	width:250px;
	height:185px;
	float:right;
	margin-top:20px;
	margin-right:15px;
	}
	
	#imgbox2
	{
	width:250px;
	height:185px;
	float:right;
	margin-top:20px;
	margin-right:15px;
	}
	
	#footnotes
	{
	width:100%;
	height:20px;
	margin-top:30px;
	float:left;
	}
	#font2
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	font-weight: bold;
	}
#wrapper #contact .font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

