#header {
	width: 700px;
	height: 200px;
	margin: auto;
}

#content {
	background-image: url(../images/tile_bg.jpg);
	background-repeat: repeat;
}

#content img {
	margin: 5px 0 5px 10px;
	text-align: right;
}

#footer {
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	color: #B0B0B0;
	width: 700px;
	margin: auto;
}

body {
	padding:0;
	margin:0;
	background-color:#000000;
}
body, td, input, textarea {
	font-size:11px;
    font-family:Tahoma;
	color:#331811;
}

/* links and lists */
a {
	color:#FFFFFF;
	text-decoration:underline;
} 
a:hover {
	text-decoration:none;
}

/*
ul {
	margin-left: 20px;
	list-style-position: outside;
}
li {
	padding-left:10px;
	list-style-position: outside;
}
li a {
	color:#FFFFFF;
}
*/

/* content and footer */
.content b{
	color:#FFFFFF;
	font-weight:normal;
} 
#footer a {
	color:#B0B0B0;
} 
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #3a733a;
	margin: 0px;
}
.pheasant1 {
	list-style-image: url(../images/pheasant_bullet.gif);
	list-style-type: circle;
}
a:link {
	color: #660000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #C08303;
}
a:active {
	color: #F20016;
}

li {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-image: url(../images/fly_bullet_small.gif);
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.style3 {
	font-size: 10px;
	font-weight: bold;
}
.style4 {font-weight: bold}
.style5 {
	font-size: 14px;
	color: #3a733a;
}
.style6 {font-size: 14; }
.deer1 {
	list-style-type: circle;
	list-style-image: url(../images/deer_bullet.gif);
}
.style7 {
	list-style-type: circle;
	list-style-image: url(../images/deer_bullet.gif);
	font-weight: bold;
	color: #3a733a;
}
.style8 {
	font-size: 14px;
	font-weight: bold;
	color: #3a733a;
}
.style9 {font-size: 9px}
.turkey1 {
	list-style-image: url(../images/turkey_bullet.gif);
	list-style-type: disc;
}

