body, html {
	background-color: #000000;
	background-image: url(../images/tree_wrap.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	width: 100%;
}
.pageContainer {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 40px;
}
.pageContent {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	border: 20px solid #6E1801;
}


.header {
	height: 136px;
	width: 760px;
}

.topNavContainer {
}
.topNavContainer a {
	background-color: #350802;
	background-image: url(../images/wood_button.gif);
	height: 20px;
	width: 730px;
	display: block;
	padding-left: 30px;
	font-size: 11px;
	color: #F8B250;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
	text-align: left;
}
.topNavContainer a:hover {
	background-position: -760px;
}
.mainContent {
	background-color: #FAE7CB;
	background-image: url(../images/paper_wrap.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
}
.mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #663300;
	text-transform: uppercase;
	text-align: center;
}
.mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.footer {
	background-color: #000000;
	padding: 20px;
	height: 50px;
	color: #FFFFFF;
}
.bottomNav {
	background-color: #000000;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.bottomTrees {
	height: 125px;
	width: 760px;
}

.bottomNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 11px;
}
.bottomNav a:hover {
	color: #FFCC00;
}



.tdR {
	width: 66%;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
	padding-right: 10px;
	padding-bottom: 30px;
}
.tdL {
	width: 33%;
	padding-right: 10px;
	vertical-align: top;
}
