@charset "UTF-8";
body {
	font: 100% Helvetica, Geneva, Arial, Verdana, sans-serif;
	background: #999966;
	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: #222222;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 4px;
	margin-bottom: 6px;
}
a  {
	color: #4E2B00;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E2B00;
	margin-top: 4px;
	margin-bottom: 6px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	margin-top: 8px;
	margin-bottom: 2px;
}
.oneColFixCtrHdr #container {
	width: 760px;
	margin: 6px auto 0;
	text-align: left;
	border: 1px solid #EEEEEE;
	background-color: #BCA87E;
}
#clearfloats {
	clear: both;
	height: 1px;
}
.oneColFixCtrHdr #header {
}
.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 */
}
#nav {
	background-color: #999966;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
.oneColFixCtrHdr #mainContent {
	background-color: #BCA87E;
}
.main_left {
	float: left;
	width: 320px;
	padding-left: 58px;
	padding-top: 24px;
}
.main_right {
	float: right;
	width: 360px;
	text-align: right;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	font-size: 11px;
	color: #EEEEEE;
	clear: both;
	background-color: #999966;
	margin-top: 8px;
}
#footer a {
	color: #EEEEEE;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 1.4em;
}
#footer a:hover {
	color: #4E2B00;
	text-decoration: none;
}
.single h1 {
	padding-top: 24px;
	padding-left: 58px;
}
.single p {
	padding-left: 58px;
}
#single {
	padding-bottom: 24px;
}
