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

#wrapper {
	width: 1004px;
	margin: 0 auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #e76d7e;
	background-color: #fee7bc;
}
#top {
	background-color: #780523;
	height: 68px;
	padding-left: 30px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 436px;
	padding: 0 35px 0 426px;
}
.blacktitle {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.browntitle {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #fee7bc;
}
.toptextbox {
	padding: 20px;
	color: #fee7bc;
	height: 80px;
	margin-bottom: 12px;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
.redtext {
	font-weight: bold;
	color: #CC0000;
}
#content {
	background-color: #a3314e;
	padding: 0 36px;
	height: 500px;
}
#left {
	float: left;
	width: 322px;
	padding-right: 20px;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #8b2339;
}
#right {
	float: right;
	width: 550px;
}
#search {
	background-image: url(images/redbg.gif);
	background-repeat: no-repeat;
	height: 133px;
	width: 302px;
	padding: 10px;
	color: #d6b45c;
}
#search select {
	font-size: 11px;
}
.brownbox {
	font-weight: bold;
	color: #000000;
	background-color: #e6c37e;
	padding: 4px;
	width: 100px;
	float: left;
}
.whitetext {
	font-weight: bold;
	color: #FFFFFF;
}
#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 119px;
	text-align: center;
	color: #b48c42;
}
#contactform input {
	background-color: #FFFFFF;
	border: 1px solid #992b45;
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 2px;
	width: 160px;
}
#contactform textarea {
	background-color: #FFFFFF;
	border: 1px solid #992b45;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 400px;
	padding: 2px;
}
#contactform {
	padding: 10px;
	height: 240px;
	width: 500px;
}
#contactform label {
	float: left;
	display: block;
	width: 75px;
	padding: 3px;
	margin-top: 5px;
	font-weight: bold;
	clear: both;
	color: #DB6D7E;
}
