/* CSS Document */

#container

{
width:760px;
height:600px;
margin: 5px auto;
}


.maintext

{
font-family:Verdana, Arial, Helvetica, sans-serif; color:#CC0000;
font-size:13px;
font-weight:normal;
text-align:left;
}

#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;
	}
	
		
#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;
}






