@charset "UTF-8";
body  {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: #D4AF6B;
	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;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.twoColFixRtHdr #header {
	background: #644719 url(../images/header_bg.png) no-repeat left bottom;
	height:156px;
	padding: 0 0 0 0;
}
.twoColFixRtHdr #header ul{
	margin: 0;
	padding: 0;
	padding-top:130px;
}
.twoColFixRtHdr #header ul li{
	list-style: none;
	display: inline;
	padding-top: 100px;
	padding-left: 11px;
	padding-right: 11px;
}
.twoColFixRtHdr #header a {
	color: #D4AF6B;
	text-decoration: underline;		
}
.twoColFixRtHdr #header a:hover {
	color: #FFF;
		
}
.twoColFixRtHdr #picture {
	background: #FFF;
	
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
	margin-top: 30px;
	margin-right: 10px;
}
.twoColFixRtHdr #container #sidebar1 p {
	text-align: center;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	padding-bottom:15px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent h1{
	color:#452D0D;
	border-bottom: 2px solid #452D0D;
}
.twoColFixRtHdr #container #mainContent h2 {
	color: #191500;
	border-bottom: 2px solid #191500;
}
#mainContent a {
	color:#191500;
}
.twoColFixRtHdr #footer {
	padding: 10px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D4AF6B;
} 
.twoColFixRtHdr #footer h6 {
	font: 0.75em;
	color: #000;
	padding:0 0 15px 0 ;
	margin:0;
}


.twoColFixRtHdr #footer h6  a{
	color: #000;
	text-decoration:underline;

}

.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: 4px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.twoColFixRtHdr #footer p a{
	color: #FFF;
}

.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;
}
.imgcenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr{
	background-color:#452D0D;
	color:#452D0D;
	border:0;
	height:2px;
}.twoColFixRtHdr #container #mainContent a img {
	border-style: none;
}
.twoColFixRtHdr #container #mainContent th {
	background: #AE9B41;
}
.twoColFixRtHdr #container #sidebar1  a {
	color: #AD8953;
}
.twoColFixRtHdr #container #mainContent ul li {
	list-style: square;
}

