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

#wrapper {
	width: 1004px;
	margin: 0 auto;
	background-color: #fdfdeb;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	height: 850px;
}
body {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d9c00;
	background-color: #FFE900;
}
#left {
	float: left;
	width: 362px;
}
#right {
	float: left;
	width: 630px;
}
#footer {
	clear: both;
	width: 1004px;
	margin: 0 auto;
	background-image: url(images/bottom.gif);
	height: 105px;
	text-align: center;
	color: #ffffff;
}
#toppic {
	background-image: url(images/toppic.jpg);
	background-repeat: no-repeat;
	height: 463px;
}
.leftbox {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.browntext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #b04725;
}
.yellowtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff189;
}
#left label {
	float: left;
	width: 80px;
	display: block;
	margin-top: 3px;
	color: #000000;
	margin-bottom: 3px;
}
#left input {
	font-size: 10px;
	background-color: #ffd700;
	border: 1px solid #ffd700;
	width: 150px;
	padding: 2px;
	margin-bottom: 5px;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
#nav {
	padding-top: 72px;
	padding-left: 22px;
	background-image: url(images/headerbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightbox {
	padding-right: 22px;
	padding-left: 22px;
	padding-top: 20px;
	color: #914909;
}
.browntext2 {
	color: #914909;
}
#contactform {
	width: 523px;
	background-image: url(images/greenbg.gif);
	background-repeat: no-repeat;
	height: 342px;
	padding: 10px;
}
#contactform label {
	float: left;
	width: 80px;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #020101;
}
#contactform input {
	float: left;
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 2px;
	width: 300px;
	padding: 2px;
	background-color: #f9e76c;
	border: 1px solid #f9e76c;
}
#contactform textarea {
	font-size: 11px;
	margin-bottom: 10px;
	width: 300px;
	margin-top: 4px;
	background-color: #f9e76c;
	border: 1px solid #f9e76c;
}

