body {
	background-color: #47532F;
}
#main {
	background-image: url(images/contact_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	background-image: url(images/contact_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 70px;
	padding-left: 50px;
}
#center {
	background-image: url(images/contact_center_ext.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	background-image: url(images/contact_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	background-image: url(images/contact_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #BEA752;
	padding-left: 55px;
}
