test { border: 1px solid red; }
body {
	font: 12px/14px Helvetica, Arial, sans-serif;
	background: #2D4297 url(../images/bg/body_bg.png) top center no-repeat;
}
.header_wrapper {
	width: 100%;
	height: 97px;
}
.header {
	width: 900px;
	height: 97px;
	margin: 0 auto;
	background: url(../images/bg/header_bg.png) repeat-x;
}
.header h1 {
	float: left;
	width: 175px;
	height: 75px;
}
.header h1 a {
	display: block;
	float: left;
	width: 175px;
	height: 75px;
	margin: 23px 0 0 -10px;
	background: url(../images/bg/logo.png) no-repeat;
	font-size: 5px;
	line-height: 0px;
	text-indent: -999px;
}
.header ul {
	display: block;
	float: right;
	width: 720px;
	margin: 25px 0 0 0;
}
.header li {
	display: block;
	float: right;
	width: 120px;
	height: 47px;
	text-align: center;
	font-size: 10px;
	color: #EEE991;
}
.header ul li strong {
	font-size: 11px;
}

.nav_wrapper {
	width: 100%;
	background: url(../images/bg/nav_bg.png) top center no-repeat;
}
.nav {
	width: 900px;
	height: 65px;
	margin: 0 auto;
}
.nav strong {
	display: block;
	float: left;
	width: 235px;
	height: 59px;
	background: url(../images/bg/subheading.png) no-repeat;
	font-size: 5px;
	line-height: 0px;
	text-indent: -999px;
}
.nav ul {
	display: block;
	float: right;
	margin-top: 47px;
	text-align: right;
}
.nav ul li {
	display: inline;
	padding-left: 5px;
}
.nav ul li a {
	color: #FFF;
}
.nav ul li a:hover {
	text-decoration: underline;
}

.content_wrapper {
	width: 900px;
	margin: 0 auto;
}
.content {
	float: left;
	width: 900px;
	background: url(../images/bg/content_bg.png);
	line-height: 16px;
	color: #FFF;
}
.slideshow {

}
.col1 {
	float: left;
	width: 260px;
	margin: 0 0 0 10px;
}
.col1 strong {
	font-weight: bolder;
}

.col2 {
	float: left;
	width: 600px;
	margin: 0 0 0 15px;
}

.content .block {
	float: left;
	width: 90%;
	margin-bottom: 10px;
	padding: 20px 5%;
	background: url(../images/bg/block_bg.png);
}
.content .sep {

}
.content h2 {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bolder;
	color: #FF8D49;
	line-height: 22px;
}
.content h3 {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	line-height: 22px;
}
.content p {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.content p strong {
	font-weight: bolder;
}
.content a {
	color: #FF8D49;
}
.content a:hover {
	text-decoration: underline;
}
.content ul {
	float: left;
}
.content ul li {

}
.content ul li a {

}
.content ul li a:hover {

}
.sep {
	float: left;
	width: 100%;
	height: 15px;
}