main_content {
	background-color: #630;
}
.header_email {
	clip: rect(auto,auto,auto,auto);
}
main_text {
	background-color: #630;
}
.main_text {
	background-color: #4E2310;
	font-family: "Century Gothic";
	text-align: right;
	color: #FFF;
	font-size: 13px;
}
.main_text_menu {
	background-color: #4E2310;
	font-family: "Century Gothic";
	text-align: left;
	color: #FFF;
	font-size: 13px;
	vertical-align: top;
}
.main_pic {
	background-image: url(../Images/main_pic.jpg);
	background-repeat: no-repeat;
}

.main_pic2 {
	background-image: url(../Images/main_pic2.jpg);
	background-repeat: no-repeat;
}

.main_pic3 {
	background-image: url(../Images/main_pic3.jpg);
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
#main_text_heading {
	font-size: 30px;
}
.main_text_title {
	font-size: 30px;
	color: #FFE5A2;
}
.main_text_contact {
	color: #FDE8A5;
	font-size: 20px;
	text-decoration: none;
}
.main_text_subhead {
	color: #FDE8A5;
	font-size: 18px;
	text-decoration: none;
}
.mailing_text {
	font-family: "Century Gothic";
	text-align: right;
	font-size: 15px;
	color: #453011;
	text-decoration: none;
}
.pq_text {
	font-family: "Century Gothic";
	text-align: right;
	font-size: 15px;
	color: #FDE8A5;
	text-decoration: none;
}
a:link {
	color: #FFE8A5;
	text-decoration:none;
}
a:visited {
	color: #FFE8A5;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #696969;
}
a:active {
	text-decoration: none;
	color:#F60;
}
.bottom_toolbartext {
	background-color: #FEE9A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.main_toolbar {
	background-color: #FEE9A6;
}
.spacers {
	background-color: #FFF;
}
header {
	background-color: #FFF;
}
.header {
	background-color: #FFF;
}
label {
	float:left; 
	display: inline;
} 
input, textarea {
	float:left; 
	display: inline;
	width:250px;  
	border:1px solid #453011; 
	padding:3px; 
	font-size:1em; 
	background:#dee77c; 
	color:#453011; 
} 
textarea { 
	overflow:auto; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:1em; 
	width:80%; 
	border:1px solid #212024; 
	padding:3px;
} 
select { 
	float:left; 
	display: inline;
	border:1px solid #453011; 
	padding:3px; 
	font-size:1em; 
	background:#dee77c; 
	color:#453011; 
}