@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;

}

.twoColFixRtHdr #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;
}

.twoColFixRtHdr #header {
	padding: 0 0px 0 0px;
	height: 150px;
	position: relative;
	background: #000;

}		

.twoColFixRtHdr #navbox {
	margin-top: 0px;

} 

.twoColFixRtHdr #header ul {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	list style: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	left: 258px;
	top: 20px;

}
		

.twoColFixRtHdr #header li {
	float: left;

}
	
.twoColFixRtHdr #header li a:link, #header li a:visited {
	display: block;
	padding: 0px 5px 0px 5px;
    font: 12px arial;
	line-height: 15px; 
	text-decoration: none;
	color: #5f3a17;
}
	
.twoColFixRtHdr #header li a:hover, #header li a:active {
	color: #fffffF;
	background: #8cc542;

}	

.twoColFixRtHdr #mainContent {
	margin: 0 0 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: 0px 0px 0 0px;
	
} 
.twoColFix #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;
}
.twoColFix #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;
}
.twoColFix #MidColContent {
	margin: 0 245px 0 265px; /* 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: 0 0px;

} 

#thumbs {
	padding: 0px 0px 0px 0px;
	width: 800px;
	margin: 0px;

}

#thumbs img {
	margin: 0px;

}	
	
	 
.twoColFixRtHdr #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;

} 

.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;
	}

.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;
}
.footertext {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #AAAAAA;
	text-align: center;
	
	
}
 .center_div {
	width:750px;
	left:50%;
	margin-left:50px;	
	
	
}
.textbox {
	padding: 8px 16px 8px 340px;
	width: 390px;
}
.textboxwide {
	padding: 0px 20px 20px;
	width: 700px;
	margin: 0px;
}
.redtext {
	font-family: Arial;
	font-size: 13px;
	color: #790102;
}
.blacktext16 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	
}
.blacktext14 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 19px;
}
.introtext {
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-align: left;
	
}
.textcenter {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-align: center;
}
.photobox {
	padding: 17px 0px 25px 17px;
	float: left;
	width: 293px;
}
.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;
