body {
	margin: 20px 0;
	padding: 0;
	background: #EFFCF0 url(images/greenbrick.jpg);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #648865;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #235324;
}

h2 {
	letter-spacing: .1em;
}

h3 {
	font-size: 1.3em;
	padding-bottom:5px;
}

h3.brown {
	color: #634a31;
}

h4 {
	color: #634a31;
	font-size: 1.6em;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #648865;
	font-weight: bold;
}

a:hover {
	color: #235324;
}


/* Menu */

#menu {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	background: #EFFCF0;
	border: 6px solid #235324;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 15px 0 15px;
	border-right: 1px solid #484b4a;
	text-decoration: none;
	font-weight: bold;
	color: #235324;
}

#menu a:hover {
	background: #DAEBDB;
}


/* Header */

#header {
	width: 800px;
	height: 190px;
	margin: 0 auto;
	border: 6px solid #235324;
	border-top: none;
}


/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: #EFFCF0 url(images/contentbg.gif) repeat-y;
	border:6px solid #235324;
	border-top: none;
}

#vendors a {
	text-align: right;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #648865;
}

#RorR {
	padding-left: 10px;
}


.vendorName {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.8em;
	color: #235324;
}

.brown16 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.8em;
	color: #634a31;
}

a.more {
	font-size: 14px;
	color: #f9520b;
	font-weight: bold;
}

a.more:hover {
	color: #235324;
}

.dkgreen {
	color: #235324;
}

.dkgreen a {
	color: #235324;
	font-weight: bold;
}

.dkgreen a:hover {
	color: #6c1313;
}

.redline {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 2em;
	color: #6c1313;
	font-style: italic;
}


/* Testimony */

#testimony {
	padding: 10px 0;
	background: #EFFCF0;
	border-bottom: 6px solid #235324;
}

#testimony .tagline {
	float: left;
	width: 180px;
	padding: 0 15px;
	text-align: center;
	line-height: 1.1em;
	font-size: 1.3em;
}

#testimony .quotes {
	float: right;
	width: 559px;
	padding-left: 20px;
	border-left: 1px solid #C6DAC7;
}

#testimony .meta {
	clear: both;
}


/* Posts */

#posts {
	float: right;
	width: 540px;
	padding: 20px 20px 0 20px;
}

#posts .story {
	padding: 15px 20px 0 20px;
	text-align: justify;
}

#posts .testimonials {
	padding: 15px 20px 0 20px;
	text-align: justify;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #648865;
}

hr.separator {
	color: #648865;
	size: 1px;
}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}


/* left */

#left {
	float: left;
	width: 180px;
	padding: 20px 0 0 0;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 10px 0 10px 15px;
}

#left li {
	padding-bottom:10px;
}

#links li img {
	border: 1px solid #235324;
}

.req {
	color: #CC0000;
}

.brown {
	color: #634a31;
}


/* Feed */

.item {
	color: #235324;
}

.postline {
	clear: both;
	width: 100%;
	size: 2px;
	color: #235324;
	margin-top:10px;
}


/* Footer */

#footer {
	clear: both;
}

#footer div {
	text-align: center;
	font-size: x-small;
	color: #749A75;
}

#footer a {
	color: #749A75;
}

#bottomnav {
	margin: 0;
	text-align: center;
}

#bottomnav a {
	color: #749A75;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
}

#bottomnav a:hover {
	color: #235324;
	text-decoration: none;
}

