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

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#bothead {
	float: left;
	height: 45px;
	width: 1000px;
	background-color: #b0aba4;
}
#botheadleft {
	float: left;
	height: 45px;
	width: 335px;
	position: relative;
}
#header img {
	background-color: #FFFFFF;
	float: left;
	height: 255px;
	width: 1000px;
	margin-top: 0px;
	padding-top: 0px;
}
#menu {
	background-color: #b0aba4;
	height: 46px;
	width: auto;
	text-align: center;
}
#footer {
	background-color: #ffffff;
	height: auto;
	width: 1000px;
	margin: 0px;
	float: left;
	position: relative;
	font-family: tahoma;
	font-size: 10px;
	color: #999966;
	text-align: center;
}
#footer a {
	font-family: tahoma;
	font-size: 10px;
	color: #999933;
	}
#wrapper #content {
	width: 1000px;
	background-color: #FFFFFF;
	height: auto;
	float: left;
}
#wrapper #content #contentleft {
	float: left;
	height: auto;
	width: 335px;
	background-color: #FFFFFF;
	color: #990000;
}
#wrapper #content #contentright {
	float: left;
	height: auto;
	width: 665px;
	background-color: #FFFFFF;
	position: relative;
}
.righttext {
	padding-right: 10px;
	padding-left: 15px;
}

body {
	background-color: #ffffff;
	font-family: tahoma;
	font-size: 13px;
	color: #7f5317;
}
h1 {
	font-family: verdana;
	font-size: 16px;
	color: #7f5317;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.caption {
	text-align: center;
	vertical-align: top;
		font-size: 9px;
	margin-top: -5px;
}
.h_f {
	width: 333px;
}
#wrapper #content #contentright .righttext #form textarea {
	width: 225px;
}

#wrapper #content #contentright .righttext #form .h_f input {
	width: 225px;
}
