body {
	margin: 40px 0;
	background: #f0f2f5 url(/images/bg-pattern.gif) top center;
	text-align: center;
}
div, td, input, select, textarea {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#header {
	margin: 0 auto;
	width: 970px;
	height: 310px;
	background: url(/images/content-header.png) no-repeat top center;
	text-align: center;
}
#contentshadow {
	margin: 0 auto;
	width: 970px;
	background: url(/images/content-bg.png) repeat-y top center;
	text-align: center;
}
#content {
	margin: 0 auto;
	width: 950px;
	background-color: #ffffff;
	text-align: center;
}
a {
	color: #e1ad07;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.navsub {
	display: none;
	position: absolute;
	background-color: #fcc824;
	padding-bottom: 5px;
	z-index: 1000;
}
.navitem {
	width: 100%;
	text-align: left;
}
.nav {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	padding: 3px 10px;
}
a.nav:hover {
	font-size: 13px;
	font-weight: bold;
	color: #fde492;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	padding: 3px 10px;
}
.date {
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
}
.titlebg {
	text-align: center;
	width: 950px;
	height: 51px;
	background: url(/images/title-bg.gif) no-repeat top center;
	margin-bottom: 20px;
}
.title {
	font-size: 28px;
	color: #ffffff;
	text-transform: lowercase;
	text-align: center;
	padding-top: 4px;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #fcc824;
	text-transform: uppercase;
}
.bodytext {
	margin: 0 auto 25px auto;
	width: 890px;
	line-height: 17px;
	text-align: left;
}
.comments {
	text-align: center;
	width: 950px;
	background: url(/images/comments-bg.gif) no-repeat top center;
}
.small {
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
	text-transform: lowercase;
}
.searchfield {
	font-size: 11px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	width: 100px;
}
.contactfield {
	border: 1px solid #fde492;
	background-color: #fde492;
	width: 300px;
}
.archive {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

