body {
	background-image: url(../layout/ExtremeWhitetails_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #2D291E;
	text-align: center;
	margin: 0px;
}
.header {
	background-image: url(../layout/ExtremeWhitetails_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 176px;
}
.center {
	background-image: url(../layout/ExtremeWhitetails_05.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
.botbar {
	background-image: url(../layout/ExtremeWhitetails_06.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 29px;
}
.footer {
	background-image: url(../layout/ExtremeWhitetails_07.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Courier New", Courier, mono;
	color: #2C291A;
	font-size: 12px;
	text-align: center;
}
.nav {
	height: 100%;
	width: 150px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DCB212;
}
.content {
	padding-left: 10px;
	height: 100%;
	width: 635px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.navlink {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #2D2A1B;
	text-decoration: none;
	text-align: right;
	padding-bottom: 5px;
}
.navlink a:link {
	color: #2D2A1B;
	text-decoration: none;
}
.navlink a:active {
	color: #2D2A1B;
	text-decoration: none;
}
.navlink a:visited {
	color: #2D2A1B;
	text-decoration: none;
}
.navlink a:hover {
	color: #D7B717;
	text-decoration: none;
	font-weight: normal;
}
.photo {
	border: 2px solid #2D291E;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #2D291E;
}
a:hover {
	color: #DCB20E;
}
.formlabel {
	font-family: "Courier New", Courier, mono;
	color: #2C291A;
	font-size: 12px;
}
.formfield {
	font-family: "Courier New", Courier, mono;
	color: #2C291A;
	font-size: 12px;
	border: 1px solid #2D291E;
	background-color: #B6AA82;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	color: #2C291A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DCB212;
	padding-bottom: 10px;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #2C291A;
	font-weight: bold;
	padding-left: 20px;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #2D291E;
}
p {
	font-family: "Courier New", Courier, mono;
	color: #2C291A;
	font-size: 12px;
	text-align: justify;
}
li {
	font-family: "Courier New", Courier, mono;
	color: #2C291A;
	font-size: 12px;
}
