test { border: 1px solid red; }
html, body {
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.outer {
	width: 100%
	height: 100%;
	background: #fff url('../images/wrapper_bg.png') center repeat-y;
}
.inner {
	width: 100%
	margin: 0 auto;
	background: url('../images/body_bg.png') repeat-x;
}
.main {
	width: 959px;
	margin: 0 auto;
}
.top {
	width: 100%;
	margin: 0 auto;
	background: url('../images/main_bg.png') center 59px no-repeat;
}
.main_nav {
	width: 356px;
	height: 522px;
	background: url('../images/main_nav_bg.png') no-repeat;
}
.main_nav h1 img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.main_nav h1 img {
	margin: 10px 0 0 160px;
	padding: 0 0 0 0;	
}
.main_nav ul {
	margin: 0 0 0 160px;
	padding: 0 0 0 0;
	line-height: 24px;
	font-weight: bolder;
}
.main_nav ul li {
	list-style-type: none;
	background: url('../images/nav_bullet.png') 0 10px no-repeat;
	text-indent: 7px;
}
.main_nav ul li a {
	color: #000;
	text-decoration: none;
}
.main_nav ul li a.active,
.main_nav ul li a:hover {
	color: #333;
	text-decoration: underline;
}
.main_nav ul li.list_head {
	background: none;
	text-indent: 0;
	color: #660000;
}
.slogan {
	position: relative;
	top: -510px;
	left: 350px;
	width: 485px;
	font-size: 13px;
	line-height: 16px;
	color: #FFCC66;
}
.slogan .white {
	color: #FFF;
}
.sub_nav {
	position: relative;
	top: -490px;
	left: 350px;
	width: 480px;
}
.sub_nav img {
	float: left;
	margin: -15px 5px 0 0;
}
.sub_nav a,
.footer a {
	margin: 0 5px 0 0;
	color: #000;
	line-height: 18px;
	font-weight: bolder;
	text-decoration: none;
}
.footer a:hover,
.footer a.active,
.sub_nav a:hover,
.sub_nav a.active {
	color: #660000
}
.content {
	position: relative;
	top: -440px;
	left: 403px;
	width: 417px;
	line-height: 18px;
}
.content h2 {
	margin: 25px 0 0 0;
	color: #660000;
}
.footer {
	position: relative;
	bottom: 300px;
	left: 0px;
	width: 100%;
	height: 50px;
	padding: 20px 0 0 0;
	background: url('../images/footer_bg.png') top center repeat-x;
	text-align: center;
}
.footer p {
	width: 600px;
	margin: 0 auto;
}
