/* CSS Document */

body { 
background-color: #000; 
}
	
#main { 
width: 862px; 
min-height: 559px; 
margin: 0px auto;
background-image: url(images/contact_bg.jpg);
background-repeat: no-repeat;
background-color: #FFF;
color: #372C22;
text-align: left;
}

#main h1 { display: none; }

#nav li ul li a { background-color: #000; }

#content { clear: both; position: relative; height: 510px; z-index: 1; }
	#content_address { 
	float: left;
	margin-top: 250px; 
	padding-left: 210px;
	line-height: 18px;
	}
	#content_info {
	float: right;
	width: 56%;
	margin-top: 90px;
	padding-right: 40px;
	line-height: 17px;
	}
	#content a { color: #372C22; }
