html, body {
	padding: 0;
	margin: 0;
}
body {
	background: #000 url('../images/body_bg.jpg') repeat-x;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #000;
}
a, img {
	border: none;
}
a {
	text-decoration: none;
	color: #000;
}
.container {
	width: 846px;
	height: 500px;
	margin: 0 auto;
	background: url('../images/container_bg.png') repeat-y;
}
.content {
	float: left;
	width: 818px;
	margin: 0 0 0 15px;
	background: #FFDAA3 url('../images/content_bg.jpg') repeat-x;
}
.header {
	float: left;
	margin: 0 0 20px 0;
	background: url('../images/header_bg.png') repeat-x;
}
.header h1 {
	float: left;
	width: 436px;
	height: 159px;
	margin: 0 0 0 -30px;
	background: url('../images/logo.png') repeat-x;
	font-size: 5px;
	text-indent: -9999px;
}
.header ul {
	display: block;
	float: right;
	width: 385px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.header ul li {
	display: block;
	float: left;
	padding: 20px 4px 0 4px;
	height: 26px;
}
.header ul li a {
	display: block;
	padding: 0 0 5px 0;
}
.header ul li.active {
	background: url('../images/nav_link_bg.jpg') repeat-x;
}
.header ul li:hover a,
.header ul li.active a {
	background: url('../images/nav_link_underline.png') bottom repeat-x;
}
.header ul li.active a {
	color: #FFF;
}
.header form {
	float: right;
	width: 383px;
	margin: 60px 0 0 0;
	font-size: 10px;
}
.header form a {
	float: left;
	margin: 5px 10px 0 0;
	padding: 0 10px 0 0;
	background: url('../images/divider.png') top right no-repeat;
}
.header form a:hover {
	text-decoration: underline;
}
.header form label {
	float: left;
	margin: 5px 8px 0 0;
	padding: 0 16px 0 0;
	background: url('../images/form_pointer.png') top right no-repeat;
}
.header form .text {
	float: left;
	width: 100px;
	height: 19px;
	margin: 0 5px 0 0;
	padding: 5px 10px 0 0;
	border: none;
	background: #FFDFAE;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.scolumn-inner {
	float: left;
}
.col-1 {
	float: left;
	width: 240px;
	height: 640px;
	background: url('../images/sidebar_logo.png') top center no-repeat;
}
.col-2 {
	float: left;
	width: 396px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #7C4202;
}
.col-2 h2 {
	font-size: 15px;
	color: #F28104;
}
.col-2 img {

}
.col-3 {
	float: left;
	width: 170px;
}
.col-3 img {
	display: block;
	clear: both;
	margin: 20px auto;
}

.footer {
	float: left;
	width: 818px;
	height: 48px;
	padding: 10px 0 0 0;
	border-top: 12px solid #130C0A;
	font-size: 10px;
}
.footer ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
.footer ul li {
	display: inline;
	margin: 0 3px 0 0;
	padding: 0 8px 0 0;
}
.footer ul li.separator {
	background: url('../images/divider.png') top right no-repeat;
}
.footer ul li a {

}
.footer ul li:hover a,
.footer ul li.active a {
	
}