@import url(self_clear.css);

body {
	background-color: #aab4b8;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size: 95%;
	text-align: center;
}
p {
	line-height: 1.3em;
}
a {
	color: #9E82E0;
	text-decoration: none;
}
li {
	margin-bottom: 3px;
}
h1 {
	color: #52108a;
}
h2, h3, h4 {
	color: #685694;
}
#container{
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}
#header {
	height: 120px;
	background: #000 url(images/header.jpg) top right no-repeat;
	border-bottom: 1px solid black;
}
#header img {
	border: 0;
}
#main_links {
	border-bottom: 1px solid black;
	text-align: center;
}
#main_links ul {
	margin: 0;
	background-color: #666;
	padding: 3px;
}
#main_links li {
	display: inline;
	padding: 0 10px;
	color: #FFF;
}
#main_links li a {
	color: #FFF;
	text-decoration: none;
}
#middle {
	padding: 10px 15px;
	padding-right: 340px;
	/*background: url(images/middle_bg.gif) top left repeat-y;*/
}
#sidebar {
	float: right;
	width: 330px;
	text-align: center;
	padding: 120px 0 10px 0;
}
#sidebar img {
	border: 1px solid #000;
}
#sidebar .caption {
	margin: 2px 50px;
	margin-bottom: 30px;
	font-size: 80%;
}
#footer {
	padding: 2px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 80%;
	border-top: 1px solid black;
}
#design {
	margin: 2px auto;
	width: 800px;
	text-align: right;
	font-size: 11px;
	color: #000;
}
#design a {
	text-decoration: underline;
	color: #000;
}

/* ==================== CONTACT FORM STYLES ==================== */

#contact .label {
	float: left;
	clear: left;
	width: 200px;
	margin-right: 10px;
	text-align: right;
}
input#submit {
	margin-left: 190px;
}
input#name, input#email, input#how, textarea#message {
	width: 300px;
	margin-top: -2px;
}
.input {
	border: 1px solid #999;
}
.error{
	border: 1px dotted red;
}
.required {
	color: red;
}
#recaptcha_widget_div {
	margin-left: 205px;
}