* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6 {
	color: #31512d;
}

h1 {
	font-size:21px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	font-weight:bold;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}
a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

#header {
	width:700px;
	height:94px;
	background: url(images/header.jpg) top center no-repeat;
	background-color:#805c40;
}

#header ul {
	float: left;
	list-style: none;
	width:700px;
	padding:18px 0 0 0 ; 
	
}

#header ul li {
	display:inline;
	
}

#header ul li a {
	float: left;
	text-transform: uppercase;
	padding:0 0 0 23px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.fb-link a{
	position: relative;
	top: -8px;
}

#header ul li a:hover, #header ul li.active a {
	text-decoration: underline;
	color: #ceda81;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #163313;	
	background: url(images/bg.jpg) top center repeat-x #5b8258;
	text-align:center
}


#container {
	margin: 0 auto;
	width:700px;
	text-align:left;
}

p{
margin-bottom:13px;
}

#header {
	background: url(images/menu-bg.jpg) top center no-repeat;
	text-align:right;
	width:700px;
	height:55px;
}

#banner, #banner img {
	float: left;
	width: 700px;
	clear: left;
	background: url(images/header.jpg) top center no-repeat;
	list-style: none;
	height: 388px;
	overflow: hidden;
}

.wrap {
	margin: 0 auto;
	width: 700px;
	height: 388px;
	
}

#content-bg {
background: url(images/wrap-bg.jpg) top center repeat-y;
}

#content {
	width:650px;
	padding:0 30px 0 20px;
	margin:0 auto;
	background: url(images/contentbg.jpg) top center no-repeat;
	text-align:justify;
}


#footer {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(images/footer.jpg) top center no-repeat;
	height:13px;
	width: 700px;
	text-align:center;
	padding-top:50px;
	clear:both;
	font-size:10px;
}

ul#banner {
	padding: 0;
}

ul#banner li {
	margin: 0;
	padding: 0;
}


/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 90px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 450px;
	border: 1px solid #163313;
	background: #eefde6;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}
