@import url(css/reset.css);
/* PRIMARY STRUCTURE */
body {
	font-size: 14px;
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif ;
	text-align:center;
	background: url(img/wood.jpg) repeat center center fixed;
}
a {
	/* color: #922200; */
	color: #98012e;
}
#wrap {
	width: 810px;
	margin: 0 auto;
	background: url(img/trans.png);
	text-align:left;
	color: #321;
}
#header hr {
	display:none;
}
h1, h2, h3, h4, h5 {
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}
/* HEADER */
#header {
	padding: 20px 50px;
}
h1#logo a {
	display:block;
	text-indent: -9999px;
	background: url(img/logo.gif);
	height: 97px;
	width: 351px;
}
h1#logo a img {
	height:0;
	width:0;
}
p#slogan {
	display:none;
}

/* -main menu */
#header ul {
	background: url(img/nav_grass.jpg) no-repeat left top;
	height:53px;
	width: 710px;
	margin-top: 20px;
}
#header ul li {
	display:inline;
}
#header ul li a {
	display:block;
	float:left;
	color: #fff;
	text-decoration:none;
	font-size: 16px;
	padding: 18px 15px;
	height:17px;
}
#header ul li a:hover {
	background: url(img/trans_green.png) repeat;
}


/* CONTENT */
#content {
	line-height: 1.5;
	margin: 0 50px 20px;
}
#content p {
	margin: 10px 0 25px;
}
#content p.image {
	margin:0;
}
#content img {
	/* border: 10px solid #321; */
	border: 1px solid #FFFFFF;
}
#content img.alignright {
	float:right;
	margin: 15px 0 10px 15px;
}
#content img.alignleft {
	float:left;
	margin: 15px 15px 10px 0;
}
#content img.aligncenter {
	margin: 15px auto;
	display:block;
}

h2 {
	font-size: 30px;
	font-weight:normal;
	margin: 0 0 20px;
}
h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight:normal;
	/* color: #922200; */
	color: #98012e;
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif ;
}
h4 {
	font-size: 16px;
}
ul#testimonials {
	border-top: 1px dashed #eeccb4;
}
ul#testimonials li {
	border-bottom: 1px dashed #eeccb4;
	padding: 20px;
	margin-bottom: 20px;
	background: url(img/trans.png);
}
ul#testimonials li p {
	margin: 10px 0;
}
ul#testimonials li cite {
	display:block;
	/* background: #922200; */
	background: #98012e;
	background: url(img/trans.png);
	color: #fff;
	padding: 5px 20px;
	float:left;
	margin: 10px 15px 0 0;
	font-style: normal;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 20px;
}



/* FOOTER */
#footer {
	position:relative; 
	margin: 0 50px;
	font-size: 11px;
	padding: 63px 0 20px 56px;
}
#footer hr {
	position: absolute; top:0; left:0;
	width: 100%;
	border-top: 1px dashed #eeccb4;
	height: 1px;
}
a#logo_footer {
	position: absolute; top:30px; left:0;
	display:block;
	text-indent: -9999px;
	background: url(img/footer_logo.gif);
	height: 49px;
	width: 151px;
}
span.copyright {
	display:block;
	float:right;
}



