body {
	margin: 0 0 25px 0;
	background: #e3ddcb url(/images/bg-tile.jpg) repeat-y top;
}
div, td, input, select, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	color: #aea9a2;
}
#background {
	width: 100%;
	background: url(/images/bg-ribbon.jpg) no-repeat center 540px;
	text-align: center;
}
#header {
	margin: 0 auto 43px auto;
	width: 1000px;
	text-align: center;
}
#contenttop {
	margin: 47px auto 0 auto;
	padding: 4px 0 0 0;
	width: 1000px;
	background: url(/images/content-t.png) no-repeat top center;
	text-align: center;
}
#contentbottom {
	margin: 0 auto 47px auto;
	padding: 0 0 10px 0;
	width: 1000px;
	background: url(/images/content-b.png) no-repeat bottom center;
	text-align: center;
}
#content {
	padding: 0;
	width: 1000px;
	background: url(/images/content-bg.png) repeat-y top center;
	text-align: center;
}
a {
	color: #5d5345;
	text-decoration: none;
}
a:hover {
	color: #979085;
	text-decoration: none;
}
.navsub {
	display: none;
	position: absolute;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedcd7;
	z-index: 1000;
}
.navitem {
	width: 100%;
	text-align: center;
}
.nav {
	font-size: 11px;
	color: #5d5345;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	padding: 3px 5px;
}
a.nav:hover {
	font-size: 11px;
	color: #979085;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	padding: 3px 5px;
}
#background {
	width: 100%;
	text-align: center;
}
.bodytext {
	line-height: 19px;
	text-align: left;
	margin: 0 auto;
}
.subtitle {
	font-size: 14px;
	color: #979085;
}
.blogtitlebar {
	margin-bottom: 30px;
	background: url(/images/blog-title-bg.png) no-repeat center;
	height: 100px;
}
.blogtitle {
	font-size: 18px;
	color: #5d5345;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 25px 0 5px 0;
}
.blogdate {
	font-size: 11px;
	color: #aea9a2;
	letter-spacing: 1px;
	text-transform: lowercase;
}
.dropcap {
	font-size: 35px;
	color: #aea9a2;
	text-transform: uppercase;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 4px;
	float: left;
}
.searchfield {
	color: #aea9a2;
	border: 1px solid #f4f1ed;
	background-color: #f4f1ed;
	width: 120px;
}
.field {
	color: #aea9a2;
	border: 1px solid #f4f1ed;
	background-color: #f4f1ed;
	width: 300px;
	resize: none;
}
.fieldwrap {
	padding-bottom:5px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #bcb8b1;
	letter-spacing: 2px;
	text-decoration: none;
}

