@charset "utf-8";

/******************* start resets **********************/

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

fieldset,img { border: 0; }

legend { color: #000; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}
/******************* end resets **********************/

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #a76e37 url(/images/bg_woodgrain.jpg) repeat-x;
	text-align: center;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	list-style: disc url(none);
	padding: 5px;
	text-indent: 0px;
	margin-left: 25px;
}
blockquote {
	margin: 25px;
	padding: 4px;
}
a:link, a:visited {
	color: #600;
	text-decoration: underline;
}
a:hover, a:active {
	color: #600;
	text-decoration: none;
}
.hobackstyles h1 {
	padding: 10px 0;
	font: normal 25px Tahoma, Geneva, sans-serif;
}
.hobackstyles h2 {
	padding: 5px 0;
	font: normal 19px Tahoma, Geneva, sans-serif;
	color: #006;
}
.hobackstyles h3 {
	padding: 5px 0;
	font: bold 14px Tahoma, Geneva, sans-serif;
	color: #006;
}
.hobackstyles h4 {
	padding: 5px 0;
	font: normal 17px Tahoma, Geneva, sans-serif;
	color: #666;
}
.hobackstyles #wrapper {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #000000;
		text-align: left; 
	
} 
.hobackstyles #container {
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto;
	
	text-align: left; 
} 
.hobackstyles #header {
	background: #FFF;
} 
.logo {
	padding: 10px 10px 10px 20px;
}

.hobackstyles #sidebar1 {
	float: right;
	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: #fff;
	padding: 15px 10px;
	font-size:0.8em;
	line-height: 120%;
}
.hobackstyles #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: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: .9em;
	line-height: 130%;
} 
.hobackstyles #photo {
	background:#fff;
	border-top: 1px solid #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;	
} 

.hobackstyles #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#894808;
	
} 
.hobackstyles #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 */
	font: 11px Verdana, Geneva, sans-serif;
	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;
}
.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;
}
