body {
background: 	#8a7e6a url(img/bg.png);
color: 			#3e362b;
font-family: 	Verdana, Arial, Helvetica, sans-serif;
font-size: 		12px;
}

#wrapper {
margin: 		25px auto;
width: 			750px;
}

#contact {
background: 	url(img/contact_bg.png);
height: 		207px;
overflow: 		hidden;
padding: 		111px 440px 0 35px;
}

#foot {
background: 	url(img/foot_bg.png);
height: 		54px;
overflow: 		hidden;
padding: 		0 35px;
}

p, h6, strong {
line-height: 	19px;
margin: 		0 0 13px;
}

h6 {
color: 			#9a8862;
font-size: 		0.75em;
padding-top: 	11px;
text-transform: uppercase;
}

strong {
display: 		block;
}

a {
color: 			#9A8862;
text-decoration: none;
}


a:hover {
color: 			#716757;
}


