@charset "UTF-8";
/* CSS Document */

<!-- 
body  {
	background:  #A89f87;
	background-image:url(images/tract_bg.jpg);
	background-repeat:repeat;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color:#333;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
	
#container { 
	width: 800px;  
	background:#FFFFFF;
	margin: 0 auto; 
	border: 4px double #322718;
	text-align: left; 
} 
 #header {
	background: #FFFFFF;
	background-image:url(images/header_bg.jpg);
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #322718;
	height: 40px;
} 
 #header a {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#322718;
	text-decoration:none; 
}
#header a:hover {
	color:#996600;
	text-decoration:none;
	font-weight:bold; 
}
#header p {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #333;
	font-weight:bold;
	text-align: center;
	margin: 0;
	padding: 10px 20px 0 0; 
}

#banner {
	height: 260px;
	margin: 0;
	padding: 0;
}
 #sidebar {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 20px;
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #D6D1C3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 10px 25px 20px;
}
#mainContent { 
    border-left: 1px solid #322718;
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left 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 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent img {
	border:none;
	float:left;
	margin-right:3px;
}

#mainContent a { 
	font-weight:bold;
	color:#996600;
	text-decoration:none; 
}

#mainContent a:hover { 
	font-weight:bold;
	color:#322718;
	text-decoration:none; 
}

#photos { 
	margin: 0; 
	padding: 0;
	background: #D6D1C3;
}

#photos img{ 
 	border: 1px solid #333;
} 

#photos a { 
	font-weight:bold;
	color:#996600;
	text-decoration:none; 
}

#photos a:hover { 
	font-weight:bold;
	color:#322718;
	text-decoration:none; 
}

#footer{
	clear:both;
	background:#D6D1C3;
	background-image:url(images/bottom_band.jpg);
	border-top: 1px solid #322718;
	margin:0 auto;
	padding: 0 auto;
	height:40px;
}

#footer p{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#333;
}

#footer p.copyright { 
	float:left;
	margin-left: 8px; 
}

#footer p.links{ 
	float:right; 
	margin-right: 8px; 
}

#footer p.links a {
	text-decoration:none;
	color:#322718;
}
#footer p a:hover {
	color:#996600;
}

.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;
}
.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;
}
.notes {
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
}



</style>

