@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #DCC493;
	background-image: url(images/Header_background.jpg), url(images/SiteLayout_Background.jpg);
	background-repeat: no-repeat;
	background-position: center top, center 200px;
}
#header {
	background-image: none;
	background-position: center top;
	height: 200px;
	width: 1200px;
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
}
#body_container {
	float: left;
	width: 1200px;
}
#container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#body_content {
	background-color: #FFF;
	box-shadow: 0 0 10px 2px #777;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	text-align: left;
}
#footer {
	float: left;
	width: 850px;
	margin-top: 30px;
	margin-right: 175px;
	margin-left: 175px;
	margin-bottom: 30px;
}
#footer_linksTop {
	color: #380B02;
}
#footer_linksBottom {
	color: #316100;
}
.a_img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tablebackground {
	background-color: #371D13;
	color: #DFD8C5;
	border: thin none #D6D9C3;
}
.img_border {
	border: thin solid #D6D9C3;
}
.text_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
p {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#greenbuilding {
	padding: 5px;
	float: right;
	height: 179px;
	width: 185px;
}
#contactuspic {
	padding: 5px;
	float: left;
	height: 166px;
	width: 111px;
	margin-right: 10px;
}
.a_nav {
	color: #380B02;
}
.a_green {
	color: #316100;
}
.a_home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #DFD8C5;
}
