body {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:26px;
	font-family:"Open Sans";
	color:#305e30;
	font-weight:700;
	margin-top:0px;
}
h2 {
	margin-top:30px;
	font-size:22px;
	font-family:"Open Sans";
	color:#36291c;
	font-weight:700;
}
h3 {
	font-family:"Open Sans";
	font-size:13px;
	font-weight:400;
	margin-top:10px;
}
h4 {
	font-family:"Open Sans";
	font-size:15px;
	font-weight:700;
	margin-top:0px;
}
h5 {
	font-family:"Open Sans";
	font-size:14px;
	font-weight:700;
	margin-top:0px;
	color:#5d5c5c;
	margin-bottom:0px;
}

p {
	color:#7c7c7c;
	line-height:20px;
}

.big {
	/*color:#738f32;*/
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}

.heading {
	height:80px;
	background-color:#36291c;
	width:100%;
	border-bottom:solid #6c5e50 2px;
}
.heading-cont {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
.heading-cont-left {
	float:left;
	width:360px;
	margin-top:10px;
}
.heading-cont-right {
	float:right;
	text-align:right;
	width:640px;
	margin-top:30px;
}
.heading-cont-right a {
	font-family:"Open Sans";
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	margin-right:12px;
	margin-left:12px;
}
.heading-cont-right a:hover {
	color:#6c5e50;
}
.middle {
	background-color:#738f32;
	width:100%;
	height:180px;
	border-bottom: 2px solid #a7c365;
}
.middle-cont {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	margin-top:0px;
	
}
.middle-back {
	font-family:"Open Sans";
	height:140px;
	font-weight:400;
	font-size:20px;
	color:#cfcfcf;
	padding-top:40px;
	margin-left:20px;
}
.middle-text {
	width:900px;
	height:80px;
	text-align:center;
}
.middle-back p {
	font-family:"Open Sans";
	font-weight:400;
	font-size:13px;
	line-height:22px;
	color:#eeeeee;
	text-align:center;
}
.body {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	margin-bottom:30px;
}
.body-left {
	float:left;
	width:600px;
	font-family:"Open Sans";
	font-size:13px;
	padding-right:40px;

}
.body-right {
	width:298px;
	float:right;
	margin-top:40px;
	border-left:2px solid #f5f5f5;	
	padding-left:49px;
}
.right_box {
	width:298px;
	text-align:center;
	border-bottom:2px solid #a7c365;
	margin-bottom:20px;
}
.right_box_head {
	padding:20px;
	padding-top:20px;
	background-color:#eeeeee;
	width:260px;
	text-align:left;
	border-top: 2px solid #a7c365;
}
.right_box img {
	border-top: 2px solid #a7c365;
}
.right_box h4 {
	margin-bottom:20px;
}
.right_box p {
	font-family:"Open Sans";
	font-size:12px;
	font-weight:400;
	color:#6e6e6e;
	margin-top:0px;
}
.right_box a {
	font-family:"Open Sans";
	font-size:12px;
	font-weight:400;
	color:#6e6e6e;
	text-align:left;
}
.sft {
	font-family:"Josefin Slab";
	font-size:22px;
	font-weight:light;
	color:#eeeeee;
}
.lft {
	font-size:26px;
	color:#36291c;
	font-family:"Open Sans";
	text-shadow: 1px 1px #bdd18a;
}
.middle-back p {
	font-size:16px;
	color:#bdd18a;
	text-shadow: 1px 2px #333333;
}
.prefooter {
	height:40px;
	background-color:#cfcfcf;
	width:100%;
	border-top:solid #ededed 1px;	
	}
.prefooter-center {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align:center;
}
.footer {
	height:100px;
	background-color:#383838;
	width:100%;
	border-top:solid #828282 1px;
}