@charset "utf-8";
.style1 {
	font-size: 1em;
	line-height: 1.3em;
	color: #54442B;
}

a:link {
	color: #B7BC54;
	text-decoration: none;
}
a:visited {
	color: #FFFBE2;
	text-decoration: none;
}
a:hover {
	color: #E2D6C0;
	text-decoration: none;
}
a:active {
	color: #FEF9E3;
	text-decoration: none;
}td img {display: block;}

a:link {
	color: #8C5328;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 a {
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #9B5726;
	text-decoration: none;
}
a:hover {
	color: #83824A;
	text-decoration: none;
}
a:active {
	color: #9C5827;
	text-decoration: none;
}td img {display: block;}
p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-top: 8px;
	margin-bottom: 5px;
	color: #54442B;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/wrapper_bg.jpg);
	background-color: #54442B;
} 
.thrColFixHdr #container #sidebar2 ul {
	font-size: 1.2em;
	color: #959656;
	line-height: 150%;
	margin-top: 1em;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}

.thrColFixHdr #header {
	height: 260px;
	background-color: #54442B;
} 
.thrColFixHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	font-size: 0.9em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #container #sidebar2 a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 310px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
} 

.thrColFixHdr #footer {
	background-image: url(images/footer_bg2.jpg);
	background-color: #54442B;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 50px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #9E8052;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #container #mainContent ul {
	line-height: 140%;
	font-size: 14px;
	list-style-type: none;
	font-weight: bold;
}

.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;
}
.thrColFixHdr #container #sidebar1 #next_hunt {
	height: 100px;
	width: 145px;
	background-image: url(images/nextevent.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 143px;
}
.thrColFixHdr #container #sidebar1 #tshirt {
	background-image: url(images/tshirt.jpg);
	height: 100px;
	width: 145px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 143px;
	background-repeat: no-repeat;
}

.thrColFixHdr  #container  #sidebar1  #donate {
	height: 110px;
	width: 145px;
	background-image: url(images/leftbar_r2_c1.jpg);
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 143px;
}
.thrColFixHdr #container #sidebar1 #hunters {
	height: 110px;
	width: 145px;
	background-image: url(images/go_r6_c2_f2.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 143px;
}
.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 130%;
	color: #54442B;
	margin-left: 15px;
}
.photo {
	float: right;
}
.up_dates {
	font-size: 10px;
	color: #959656;
}
.update_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #9F5F2F;
}
#footer_right {
	width: 150px;
	float: right;
	text-align: center;
}
.thrColFixHdr #container #footer #footer_right a {
	color: #9E8052;
}
