body {
	margin: 0;
	padding: 0;
	background: #9B905E url(img/img01.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #333333;
}

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

h2 {
	/* padding-left: 20px;
	background: url(img/img07.gif) no-repeat left center; */
	font-size: 22px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

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

blockquote {
	padding: 0 0 0 40px;
	background: url(img/img11.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}

a {
	background: url(img/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #468259;
}

a:hover {
	background: none;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	background: #FFFFFF url(img/img04.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	width: 750px;
	height: 60px;
	margin: 0 auto;
}

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

#menu li {
	display: block;
	float: left;
	width: 122px;
	height: 60px;
	padding: 0 0 0 2px;
	background: url(img/img02.gif) no-repeat;
	text-align: center;
}

#menu a {
	display: block;
	width: 108px;
	height: 36px;
	padding: 20px 5px 0 5px;
	background: none;
	letter-spacing: -1px;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom: 4px solid #DBC9C4;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	background: #DBC9C4;
	border-bottom: 4px solid #A67A6D;
	text-decoration: none;
	color: #A67A6D;
}

/* Header */

#header {
	width: 754px;
	height: 247px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

#header p {
	text-align: center;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Text */

#text {
	width: 750px;
}

#text .post {
	padding-bottom: 0px;
}

#text .story {
	padding: 15px 0px 0 20px;
	background: url(img/img10.gif) repeat-x
}

#text ul {
	/* list-style: url(img/img12.gif); */
}

#text ul li {
}

/* Footer */

#footer {
	padding: 20px 0 0 0;
	background: url(img/img08.gif) repeat-x;
}

#footer p {
	text-align: center;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #A6C09B;
}

#copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
}
/* Quote form styles */
form, input {	
	padding: 0px;
	margin: 0px;
}
legend {
	font-weight: bold;
}
label, fieldset { 
	margin: 5px 0; 
	padding: 5px 5px 5px 5px;	
}
fieldset {
	margin: 1em 0;
	border: 1px solid #CCCCCC;
}
label {
	width: 50%;
	padding: 0 1em;
	text-align: right;
	float: left;
}
fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}
#flash {
	padding: 5px 5px 5px 5px;
	border: 1px solid #990033;
}
