@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #2e2017;
	color: #947c57;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 90px;
	color: #f7ebb1;
	padding: 117px 0 0 275px;
}
#nav {
	height: 43px;
}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 565px;
}
#left {
	float: left;
	width: 540px;
}

#left-inner {
	float: left;
	width: 940px;
	height: 600px;
}
#right {
	float: right;
	width: 365px;
	border: 1px solid #826940;
	background-image: url(images/rightbg.gif);
	background-repeat: repeat-x;
	padding: 10px;
	height: 540px;
	background-color: #513F25;
	font-size: 12px;
}
#leftmain {
	background-image: url(images/mainpic.jpg);
	background-repeat: no-repeat;
	height: 257px;
	width: 300px;
	margin-bottom: 10px;
	padding: 20px 20px 0 220px;
}#leftmain1 {
	
	background-repeat: no-repeat;
	background-color: #513F25;
	height: 257px;
	width: 300px;
	margin-bottom: 10px;
	padding: 20px 20px 0 220px;
}
#footer {
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 101px;
	text-align: center;
	margin-bottom: 15px;
}
.orangetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #85420d;
}
#leftone {
	background-color: #DED7AD;
	border: 3px solid #826940;
	padding: 10px;
	height: 253px;
}#leftone1 {
	background-color: #DED7AD;
	border: 3px solid #826940;
	padding: 10px;
	height: 600px;
}
#left-inner3 {
	background-color: #DED7AD;
	border: 3px solid #826940;
	padding: 10px;
	height: 600px;
}
#leftwo{
	background-color: #5a472a;
	border: 1px solid #826940;
	padding: 10px;
	height: 541px;
}
.lighttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #f7ebb1;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
.dashline {
	height: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: ##947c57;
}
.lightbox {
	background-color: #f7ebb1;
	padding: 5px;
	margin-bottom: 2px;
}
.redtext {
	font-weight: bold;
	color: #782f06;
}
#contactbox {
	background-color: #826b41;
	border: 1px solid #998151;
	padding: 15px;
	height: 200px;
}
#contactbox input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 230px;
	padding: 2px;
}
#contactbox textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 240px;
}
