@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: "Futura Md", Arial, sans-serif;
	font-size: 100%;
	background-color: #6B4822;
	padding: 0px;
	background-position: top;
}
#header img {
	display: inherit;

}

.twoColFixRtHdr #container {
	text-align: left;
	background-color: #6B4822;
	padding: 0px;
	margin: 0;
} 
.twoColFixRtHdr #header {
	background-color: #6B4822;
	vertical-align: text-bottom;
} 
.twoColFixRtHdr #container #header img {
	height: auto;

}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 25px;
	background-color: #B6DFCC;
}

.twoColFixRtHdr #mainContent {
	background-color: #6B4822;
	font-family: "Futura Md", Arial, sans-serif;
	color: #B6DFCC;
	margin-top: 0;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
