body {
	margin: 25px 0;
	background: #dbdcd4 url(/images/bg-texture.jpg) center top;
	text-align: center;
}
div, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787b6e;
}
a {
	color: #c04a1b;
	text-decoration: none;
}
a:hover {
	color: #7c9123;
	text-decoration: none;
}
#header {
	margin: 0 auto;
	width: 920px;
	background: url(/images/content-t.png) no-repeat center bottom;
	text-align: left;
}
#header img {
	display: block;
	margin-left: 30px;
}
#header div {
	float: right;
	margin: 45px 30px 0 0;
	font-family: Arvo, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #85725b;
	line-height: normal;
	text-transform: lowercase;
}
#header div a {
	color: #85725b;
}
#header div a:hover {
	color: #c04a1b;
}
.content {
	margin: 0 auto;
	width: 920px;
	background: url(/images/content-bg.png) repeat-y center top;
}
#footer {
	margin: 0 auto;
	width: 920px;
	background: url(/images/content-b.png) no-repeat center top;
}
#footer div {
	padding-top: 20px;
}
#intro {
	margin: 0 auto;
	width: 900px;
	background-color: #818145;
	border-bottom: 5px solid #ffffff;
}
#introtext {
	padding: 0 40px;
	background: url(/images/intro-bg.jpg) no-repeat center;
	font-family: Arvo, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #ffffff;
	line-height: 36px;
	text-shadow: 1px 1px 1px #666732;
	text-align: left;
}
.sectiontitle {
	margin: 0 auto;
	width: 920px;
	height: 50px;
	background: url(/images/title-bg.png) no-repeat center top;
	text-align: left;
}
.sectiontitle div {
	padding: 10px 0 0 30px;
	font-family: Arvo, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #9f3d16;
	text-transform: lowercase;
}
.section {
	margin: 0 auto;
	padding: 10px 0 15px 0;
	width: 860px;
	text-align: left;
	line-height: 18px;
}
.title {
	margin-bottom: 5px;
	font-family: Arvo, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c04a1b;
	line-height: normal;
}
.subtitle {
	font-family: Arvo, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7c9123;
	letter-spacing: 1px;
}
.small {
	font-size: 10px;
	color: #9c9e91;
}
ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 0;
	padding-top: 0;
}
ul li {
	margin-bottom: 10px;
}
.field {
	border: 1px solid #c9ccbe;
	background-color: #ffffff;
	width: 275px;
	resize: none;
}
.field2 { display: none; }
.button {
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #959650;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a15d', endColorstr='#818145');
	background: -webkit-gradient(linear, left top, left bottom, from(#a0a15d), to(#818145));
	background: -moz-linear-gradient(top,  #a0a15d,  #818145);
	padding: 2px 10px;
	font-family: Arvo, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	cursor: pointer;
}
