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

* {
	margin: 0;
	padding: 0;
}
body {
	background: #5e5954 url(bg.jpg) no-repeat top left fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eae1d2;
}
#page_wrapper {
	width: 670px;
	margin: 0 0 0 60px;
}
#header {
	float: left;
	width: 670px;
	height: 160px;
}
#middle_wrapper {
	float: left;
	vertical-align: top;
	width: 670px;
	background: url(content.png) top left repeat-y;
}
#main {
	float: left;
	width: 353px;
	padding: 40px 20px 20px 20px;
	vertical-align: top;
	text-align: left;
	min-height: 300px;
}
#sidebar {
	float: left;
	width: 277px;
	vertical-align: top;
	padding: 0 0 0 0;
}
#footer {
	float: left;
	width: 670px;
}
#footer_space {
	float: left;
	padding: 0 0 60px 0;
}
#logo {
	float: left;
	width: 277px;
	height: 160px;
	padding: 0 0 0 30px;
}
.clear {
	clear: both;
}
#nav {
	float: left;
	width: 363px;
	height: 160px;
	padding: 120px 0 0 0;
}
#nav ul {
	list-style-type: none;
	text-align: right;
}
#nav ul li {
	width: 80px;
	height: 40px;
	float: left;
	margin: 0 6px 0 0;	
}
#nav ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	height: 30px;
	text-align: center;
	padding: 10px 0 0 0;
	background-image: url("button.png");
	background-position: top;
}
#nav ul li a:hover {
	background-position: bottom;
}
#nav ul li a.nav_on {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	height: 30px;
	text-align: center;
	padding: 10px 0 0 0;
	background-image: url("button.png");
	background-position: bottom;
}
#nav ul li a.nav_on:hover {
	background-position: bottom;
}
#oat {
	float: left;
	width: 217px;
	text-align: right;
	padding: 20px 40px 20px 20px;
}
#stripes {
	float: left;
	width: 353px;
	padding: 20px 20px 20px 20px;
}
p {
	line-height: 16px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ee3a43;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 10px 0;
}
.menu_item {
	font-size: 16px;
	font-weight: bold;
	color: #a5b4a9;
	line-height: 20px;
}
a {
	color: #a5b4a9;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
a.oat {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	color: #eae1d2;
	letter-spacing: 1px;
	text-transform: none;
}
a.oat:hover {
	color: #414042;
}
.mailing_list {
	float: left;
	width: 200px;
	height: 25px;
	margin: 8px 0 10px 0;
}
.submit {
	float: left;
	width: 25px;
	height: 25px;
	margin: 8px 0 10px 0;
}