@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #8C6842;
	margin-top: 10;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navbar {
	background-color: #8C6842;
	margin: 0px;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#navbar ul li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#navbar a:link {
	text-decoration: none;
	color: #000;
}
#navbar a:visited {
	color: #000;
	text-decoration: none;
}
#navbar a:hover {
	color: #DEDBD6;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 866px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #8C6842;
}
.oneColFixCtrHdr #header {
	background-color: #8C6842;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.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 {
	width: 862px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #8C6842;
	background-image: url(images/866x531home.jpg);
	border: thin solid #000;
	height: 528px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #8C6842;
}
.oneColFixCtrHdr #container #footer p {
	text-align: justify;
}
