body {
	margin: 0;
	background: #2f1c0f url(/images/bg-texture.jpg) no-repeat fixed top center;
}
td, input, select, textarea, div {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ded5c7;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
.navsub {
	background-color: #3b2211;
	border-right: 1px solid #321b0b;
	border-bottom: 1px solid #321b0b;
	border-left: 1px solid #321b0b;
	display: none;
	position: absolute;
	padding-bottom: 5px;
	z-index: 1000;
}
.navitem {
	width: 100%;
}
.nav {
	font-size: 12px;
	font-style: italic;
	color: #ded5c7;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
a.nav:hover {
	font-size: 12px;
	font-style: italic;
	color: #93070a;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
.contenttop {
	padding-top: 12px;
	width: 980px;
	background: url(/images/content-line-t.png) no-repeat center 10px;
	text-align: center;
}
.contentbottom {
	padding-bottom: 12px;
	width: 980px;
	background: url(/images/content-line-b.png) no-repeat bottom center;
	text-align: center;
}
.content {
	padding: 25px 0;
	width: 980px;
	background: url(/images/content-line-vert.png) repeat-y top center;
	text-align: center;
}
.bodycopy {
	line-height: 20px;
}
.title {
	font-size: 20px;
	color: #ded5c7;
	text-transform: uppercase;
}
.subtitle {
	font-size: 13px;
	color: #ded5c7;
	text-transform: uppercase;
}
.searchfield {
	font-size: 12px;
	color: #3b2313;
	border: 0;
	background: none;
	background-image: url(/images/nav2-search-bg.png);
	width: 150px;
	height: 16px;
	padding-left: 5px;
}
.field {
	color: #3b2313;
	border: 0;
	background: #dbd0ba url(/images/blog-content-bg.jpg) top center;
	width: 300px;
	height: 20px;
	margin: 8px 0 15px 0;
	resize: none;
}
.field2 {
	display: none;
}
.small {
	font-size: 11px;
	color: #6a5447;
	text-decoration: none;
	text-transform: uppercase;
}
.blogcontent {
	background: #dbd0ba url(/images/blog-content-bg.jpg) top center;
}
.blogtitle {
	font-size: 23px;
	color: #93070a;
	text-transform: uppercase;
}
.blogdate {
	font-size: 12px;
	color: #84776c;
	text-decoration: none;
}
.blogcopy, .blogcopy div, .blogcopy span {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 13px !important;
	color: #5e442e !important;
	line-height: 20px !important;
	border: none !important;
	background-color: transparent !important;
}
.blogwelcome {
	font-size: 13px;
	font-style: italic;
	color: #ded5c7;
}
a.blogwelcome {
	color: #b4a692;
	text-decoration: underline;
}
.blogarchive {
	font-size: 12px;
	color: #ded5c7;
	text-transform: uppercase;
}

