@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;
	background-color: #000000;
}
.thrColFix #container {
	width: 745px;
	margin: 0 auto;
	text-align: left;
	border-top: 8px solid #bd9b6a;
	border-right: 8px solid #bd9b6a;
	border-bottom: 0px none;
	border-left: 8px solid #bd9b6a;
	background-color: #FFF;
	
	} 
a:link {
	color: #9E6928;
}
a:hover {
	color: #9E6928;
	
	} 
a:visited {
	color: #9E6928;
}
.thrColFixRtHdr  #header {
	padding: 0px;
	height: 150px;
	position: relative;
	background: #FFF;
	margin: 0px;
	width: 745px;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
.thrColFix #mainContent {
	margin: 15px 245px 15px 255px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px;
	
}	
.thrColFixRtHdr  #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	width: 745px;
	height: 25px;
}
.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;
	
	
	
}
.introtext {
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-align: left;
}
.photoright {
	float: right;
	padding:10px 0px 8px 15px;
	margin: 0;
	font-size:90%;
	color: #333333;
	font-style:italic;

}
.photoleft {
	float: left;
	padding:2px 10px 2px 0px;
	margin: 0;
	font-size:90%;
	color: #333333;
	font-style:italic;
