@charset "UTF-8";

body {
	margin:0; 
	padding:0;
	background: #f8f3df url(/images/bg1.jpg);
	font: 100%/1.25 "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	text-shadow: 0 1px 0 #fff;
	color: #575447;
}


#wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background: transparent url(/images/con2.jpg) no-repeat 50% 0;
}

h1 {
	font-size: 3em;
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
	width: 900px;
	height: 108px;
	position: relative;
	text-indent: -9999px;
}

h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 108px;
	background: url(/images/logo1.png);
}

h2 {
	font-size: 2em;
	color: #914D20;
	margin: 1em 0 0;
	padding: 0;
	text-align: center;
}

p.intro {
	font-size: 1.5em;
	text-align: center;
	margin: 1.25em 0;
}

h3 {
	font-size: 2em;
	color: #878B3F;
	text-align: center;
	padding: 50px 0 0 0;
	background: url(/images/decoration.png) no-repeat 50% 0;
}

.feature {
	width: 900px;
	overflow: hidden;
	margin-bottom: 20px;
}

.iholder {
	float: left;
	width: 300px;
}

.desc {
	float: right;
	width: 570px;
	padding-top: 20px;
}
.desc p {
	margin: 0 0 10px;
	font-size: 1.25em;
}

.desc h4 {
	font-size: 1.5em;
	margin: 0 0 10px;
}

#footer {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #878B3F;
}


#footer p {
	font-size: 0.825em;
	margin: 0 0 1em;
	text-align: center;
}

#footer a {
	color: #878B3F;
	text-decoration: none;
}

#footer a {
	text-decoration: underline;
}




