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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-color: #E9CE3D;
	color: #8a4102;
}
#wrapper {
	width: 933px;
	margin: 0 auto;
}
#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding: 30px 20px 0 0;
	text-align: right;
}
#content {
	/*height: 615px;*/
}
#left {
	float: left;
	width: 450px;
}
#right {
	float: right;
	width: 440px;
}
.blackbar {
	background-color: #1d1906;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #b39804;
	border-bottom-color: #b39804;
	text-align: center;
	color: #b39804;
}
.leftimg {
	float: left;
	padding-right: 8px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
.blacktext {
	font-weight: bold;
	color: #000000;
}
.blacktitle {
	font-family: Arial;
	font-size: 25px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	color: #000000;
}
.maroontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #a61205;
}
.redtext {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #bf1c00;
}
#footer {
	background-image: url(bottombg.gif);
	background-repeat: no-repeat;
	height: 45px;
	text-align: center;
}
#footer a:link {
	color: #efdf86;
}
#footer a:visited {
    color: #efdf86;
}
#footer a:hover {
    color: #efdf86;
}
.addressbox {
	background-color: #e1bb22;
	border: 5px solid #daac1a;
	padding: 10px;
}
#contactform input {
	background-color: #e1bd28;
	border: 1px solid #f2df42;
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 2px;
	width: 110px;
}
#contactform textarea {
	background-color: #e1bd28;
	border: 1px solid #f2df42;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 330px;
	padding: 2px;
}
#contactform {
	padding: 10px;
	height: 230px;
	width: 430px;
}
#contactform label {
	float: left;
	display: block;
	width: 80px;
	padding: 3px;
	margin-top: 5px;
	font-weight: bold;
	clear: both;
}

