@charset "utf-8";
body {
	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;
	background-attachment: fixed;
	background-color: #271A0A;
	background-image: url(images/guided-hunts.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.5em;
}
#description {
	color: #BB9568;
	font-size: 85%;
}
#container {
	width: 798px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/black-horn-hunts.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E1D4B4;
}
#header {
	height: 249px;
	padding-top: 0;
	padding-bottom: 0px;
}
#menu {
	height: 70px;
	text-align: center;
	color: #FFFFCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	letter-spacing: 1px;
}
#menu a, a:link, a:hover, a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
#mainContent {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.optin {
	border: 1px solid #333333;
	background-image: url(images/opt-in.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	line-height: 1.2em;
}
h1 {
	font-size: 150%;
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size: 135%;
	color: #4A6F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
}
a:link, a:hover, a:visited {
	color: #4A6F00;
}
#footer {
	padding: 0 10px;
}
#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 */
	text-align: center;
	font-size: 70%;
}
.italic {
	color: #4A6F00;
	font-size: 90%;
	font-weight: bold;
}
td {
	line-height: 1.1em;
}

