body {
	background: #E5E3D5;
}
table td {
	vertical-align: top;
}

fieldset {
	margin: 10px 0px;
}
legend {
	padding: 0px 5px;
}
fieldset label {
	display: block;
}
fieldset label.text {
	width: 100px;
	display: inline-block;
}
textarea {
	width: 80%;
	height: 100px;
}

#container {
	border: 1px solid #9c9995;
	background: #ffffff url("../images/header.jpg") no-repeat 20px 0px;
	width: 850px;
	margin: 20px auto;
	text-align: left;
}

#logo, #logo a {
	width: 280px;
	height: 145px;
	display: inline-block;
	float: right;
}
#logo a {
	background: transparent url("../images/logo.jpg") no-repeat 15px 0px;
	text-indent: -10000px;
}

#content {
	margin: 25px 38px;
}

#details {
	float: right;
	clear: right;
	text-align: right;
	color: #A9A8AD;
	font-size: 14px;
}

#quotes {
	color: #7C948E;
	float: left;
	padding-top: 70px;
	width: 400px;
	font-weight: bold;
}

#mainmenu {
	clear: both;
	margin: 0;
	padding: 5px 0px;
}
#mainmenu li {
	display: inline-block;
	padding-right: 45px;
}
#mainmenu a {
	color: #6A857E;
	text-transform: uppercase;
	text-decoration: none;
}
#mainmenu a:hover, #mainmenu a.selected {
	color: #333333;
}

#header_image * {
	margin: 0;
}

#right_col, #right_col_red {
	float: right;
	width: 255px;
	background: #8FA49F url("../images/right_col_bg.jpg") no-repeat right bottom;
	min-height: 400px;
}
#right_col_red {
	background: #771013 url("../images/right_col_bg2.jpg") no-repeat right bottom;
}
#right_col ul, #right_col_red ul {
	margin: 0;
}
#right_col ul li, #right_col_red ul li {
	border-bottom: 3px solid #ffffff;
	list-style-type: none;
	padding: 5px 10px;
	text-align: right;
}
#right_col ul li a, #right_col_red ul li a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
#right_col ul li a:hover, #right_col_red ul li a:hover {
	color: #7D7D7D;
}



#left_col {
	float: left;
	width: 500px;
}
#footer {
	clear: both;
	background: #A8A9AD;
	font-size: 11px;
	padding: 8px 5px;
	color: #E3EFF2;
}


.text_box {
	color: #748D87;
	font-size: 11px;
}
.text_box a {
	color: #7D7D7D;
}
.text_box strong {
	color: #7C6058;
}
span.error {
	padding: 0;
	background: none;
	border: none;
}





#newsletter {
	width: 350px;
	float: right;
}
#newsletter * {
	padding: 0px;
	margin: 0px;
}
#newsletter form, #newsletter label {
	float: left;
}
#newsletter label {
	width: 120px;
}
#newsletter legend {
	display: none;
}
#newsletter fieldset {
	float: left;
	width: 280px;
	border: none;
}
#newsletter button {
	float: right;
	color: #ffffff;
	background: #363835;
	border: none;
	font-size: 11px;
	padding: 2px;
}