body {
	margin: 0;
	background: #decdaa url(/images/bg.jpg) no-repeat fixed top center;
	text-align: center;
}
div, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
a {
	font-style: italic;
	color: #996633;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	color: #663300;
	text-decoration: none;
}
/*
#content {
	width: 980px;
	margin: 0 auto;
	background: url(/images/content-bg.png) no-repeat top center;
}
*/
#contenttop {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: url(/images/content-top.png) no-repeat top center;
	text-align: center;
}
#content {
	padding: 0;
	width: 980px;
	background: url(/images/content-bg.png) no-repeat center 480px;
	text-align: center;
}
.navsub {
	display: none;
	position: absolute;
	width: 130px;
	background: #eee5d2 url(/images/nav-bg.jpg) top left;
	border-right: 10px solid f6f1e8;
	border-bottom: 10px solid f6f1e8;
	border-left: 10px solid f6f1e8;
	padding-bottom: 5px;
	z-index: 1000;
}
.navitem {
	width: 100%;
	text-align: left
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #663300;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #996633;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
.bodytext {
	line-height: 20px;
	text-align: left;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #663300;
}
.subtitle {
	font-size: 16px;
	color: 663300;
}
#footer {
	width: 980px;
	margin: 0 auto;
	padding: 85px 0 25px 0;
	background: url(/images/content-bottom.png) no-repeat top center;
	font-size: 11px;
	color: #af865c;
	text-decoration: none;
}
#footer a {
	font-style: normal;
	color: #af865c;
}
.field {
	color: #f3c758;
	letter-spacing: normal;
	border: none;
	background-color: #ffffff;
	width: 300px;
	height: 22px;
	padding-top: 3px;
	padding-left: 10px;
	margin: 3px;
}

