@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	background-color: #709F32;
	color: #817961;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 924px;
	margin: 0 auto;
	padding-top: 5px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 339px;
	padding: 0 40px 0 50px;
}
#t1 {
	float: left;
	width: 700px;
	padding-top: 170px;
	font-size: 12px;
	font-weight: bold;
	color: #a57e26;
	line-height: 13pt;
}
#t2 {
	float: right;
	width: 400px;
	padding-top: 90px;
	text-align: right;
	color: #fbd986;
	font-size: 12px;
}
.orangetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f2a82a;
}
.whitetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
#content {
	padding-top: 5px;
	height: 483px;
}
#left {
	float: left;
	width: 652px;
	height: auto;
}
#right {
	float: right;
	width: 264px;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}.centimg {
	float: center;
	padding-left: 6px;
	display: block;}
.maroontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #a12b17;
}
.blacktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0f0601;
}
.dashline {
	height: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a12b17;
}
#footer {
	background-image: url(images/bottombg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 100px;
	margin-top: 5px;
	text-align: center;
}
#contactform {
	float: left;
	width: 500px;
}
#contactform label {
	float: left;
	width: 80px;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}
#contactform input {
	float: left;
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 2px;
	width: 300px;
	padding: 2px;
}
#contactform textarea {
	font-size: 11px;
	margin-bottom: 10px;
	width: 300px;
	margin-top: 2px;
}

