body {
	margin: 0;
	background-color: #ffffff;
	background-image: url(/images/bg.jpg);
	background-position: center center;
	background-attachment: fixed;
}
td, input, select, textarea, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}
a {
	color: #6a4527;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.navsub {
	background-color: #5c3516;
	display: none;
	position: absolute;
}
.navsuboff {
	font-size: 12px;
	color: #ffffff;
	text-transform: lowercase;
	background-color: #5c3516;
	padding: 3px 10px;
}
.navsubon {
	font-size: 12px;
	color: #faddc5;
	text-transform: lowercase;
	background-color: #6a4527;
	cursor: pointer;
	cursor: hand;
	padding: 3px 10px;
}
.title {
	font-size: 26px;
	color: #5c3516;
	text-transform: lowercase;
}
.subtitle {
	font-size: 18px;
	color: #6a4527;
	text-transform: lowercase;
	text-decoration: none;
}
.date {
	font-size: 14px;
	color: #5c3516;
	text-decoration: none;
	text-transform: lowercase;
}
.button {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
}
a.button:hover {
	font-size: 12px;
	color: #faddc5;
	text-decoration: none;
	text-transform: lowercase;
}
.small {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.field {
	font-size: 11px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	width: 90px;
}
.contactfield {
	font-size: 12px;
	color: #5c3516;
	border: 1px solid #d4c4b3;
	background-color: #d4c4b3;
	width: 225px;
}
