@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../Home_Page_Images/woodbackground.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF2CF;
	height: 3000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFF2CF;
	background-image: url(../About_Us/About_Us_Banner.jpg);
	height: 128px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height: 2800px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF2CF;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF2CF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	float: left;
	width: 760px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF2CF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#NavBar {
	background-image: url(../img/NavBarGradientGrey.jpg);
	height: 27px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 136px;
}
#ContactUs {
	background-color: #A58971;
	height: 415px;
	background-image: url(../About_Us/Contact_Image2.jpg);
	background-repeat: no-repeat;
}
#GoogleMap {
	background-color: #FFF2CF;
	height: 325px;
	width: 325px;
	border: 5px solid #F9C97D;
	position: absolute;
	left: 285px;
	top: 2500px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#ContactInfo {
	height: 243px;
	width: 381px;
	margin-left: 177px;
	margin-top: 80px;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 2px;
}

.oneColFixCtrHdr #container #mainContent #ContactUs {
	background-color: #CCCCCC;
	height: 415px;
	width: 740px;
}
