@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #31351c;
	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;
}


a, a:link {
	color: #0080C0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2F8870;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #FF6600;
}
#container {
	width: 768px;
	margin: 4px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: center;
	background: #451201 url(images/0-hunting.jpg) repeat-y 156px top;
} 
#header {
	display: inline;

} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 126px; /* 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: #451201 url(images/toc_back.jpg) no-repeat left top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 15px;
	color: #FFFFFF;
}
#sidebar1 a, #sidebar1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #009999;
	display: block;
}

#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	text-decoration: underline;
	color: #FF6600;
}
#sidebar1 ul {
	list-style: url(none) none;
	padding: 0px 0px 0px 10px;
	text-align: left;
}
#sidebar1 #callout {
	background: url(images/0-callout.jpg) repeat-x left top;
	border: 1px solid #842102;
}
#sidebar1 #callout h4 {
	color: #000000;
	margin: 0px;
	padding: 5px 0px 10px;
}

#sidebar1 #callout p {
	color: #993300;
	font: 10px/1.6em Arial, Helvetica, sans-serif;
}



#mainContent {
	margin: 0 0 0 156px; /* 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 50px 0 20px;
} 


#mainContent h1 {
	font-size: 16px;
	line-height: 1.6em;
	padding: 0px 0px 10px;
	margin: 0px;
}
#mainContent h4 {
	font-size: 12px;
	color: maroon;
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	font-size: 13px;
	line-height: 1.5em;
}
#mainContent cite {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px 20px;
	font-size: 13px;
}
#mainContent blockquote {
	text-align: left;
	font-size: 11px;
	line-height: 1.6em;
	margin: 10px 0px;
	padding: 0px;
}
#mainContent ul {
	text-align: left;
	list-style: url(none) none;
	line-height: 1.6em;
}

.hunter {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid maroon;
	margin: 0px 0px 10px;
	text-align: center;
}

.hunter img {
	text-align: left;
	margin-right: 18px;
	margin-left: 18px;
}
.hunter3up {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid maroon;
	margin: 0px 0px 10px;
	text-align: center;
}
.hunter3up img {
	text-align: left;
	margin-right: 12px;
	margin-left: 12px;
}

.testimonial {
	float: right;
	width: 350px;
}



#maps {
	text-align: center;
	padding: 5px;
	float: none;
	width: 50px;
	background: #c2b298;
	border: 2px solid #fff;
	margin-top: 20px;
	margin-right: 200px;
}
#don {
	float: left;
	color: maroon;
}
#don h2 {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.photos {

}
.photos img {
	margin: 10px 15px;
	padding: 0px;
	border: 1px solid #003300;
}
.cutline {
	font-size: 10px;
	padding: 10px;
	color: #451201;
}




#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/0-footer.jpg) repeat-x left top;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	margin: 0px;
} 
.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: 10px;
}


.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;
}
#photo_right {
	margin: 0px;
	padding: 10px;
	float: right;
	width: 230px;
}
#contact {
	text-align: left;
	width: 300px;
}
#contact p {
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 80px;
	margin: 0px 0px 5px;
}
.contact_div {
	margin-bottom: 20px;
}

.bug {
	text-align: center;
	float: left;
	width: 80px;
}

