
#contact #header {
   	background: url(../images/contact/head.jpg) no-repeat;  
	height: 157px; 
   	width: 700px; 	
}
body#contact ul#nav li#contact a{
	width: 100%; 
	background:  url(../images/home/navhover.jpg) no-repeat;
	height: 23px;
	
}
#contact #main { 
   width: 700px; 
   height: 902px;
   background: url(../images/contact/main.jpg) no-repeat;
   text-transform: uppercase;
   clear: both;
}
#contact #contactform{
	clear:both;
	left: 50px;
	padding-top:10px;
	padding-left: 3px;
	padding-right: 3px;
	position: relative;
	/*background: #f5f1e5;*/
	top: 15px;
	height: 800px;
	width: 595px;
	/*border: thin solid #003366;*/

}
#main p{
	clear: both;
	float: left;
	font-size: 11px;
	text-transform: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	color: #000;	
	margin: 0px;
	
}
.img {
	padding: 0 12px 4px 0;
	float: left;
	border: none;
}
a img{ border:none;
}
a:hover img{
	border: none;
}
a { 
	color:#6c0d14;  
	text-decoration:none; 
	border: none;
}
a:hover { 
	font-size: 12px;
	color:red; 
	text-decoration: none;
	border: none;
}
#footercontact{
background: url("../images/contact/footer.jpg") no-repeat;
width: 700px;
height: 47px;
}


