body{
	/*background: #fe4701 url(/images/main_bg.jpg) repeat-x top;*/
	background: #db4402 url(/images/main_bg.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	overflow-y: scroll;
}
#header{
	height: 176px;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background: url(/images/header_bg.jpg) no-repeat 0px 0px;
	text-align: right;
}
#header h1{
	position: absolute;
	font-size: 0px;
	height: 0px;
	left: -10000px;
}
#header div{
	margin-right: 120px;
	padding-top: 16px;
}
#header a{
	color: #011923;
	font-weight: bold;
	margin-left: 28px;
	text-decoration: none;
	letter-spacing: 1px;
}
#header a span{
	padding-left: 4px;
}
#home_image{
	display: none;
}
#header a:hover,#header a:hover span{
	color: #55656b;
}
#footer{
	border: 0px solid red;
	margin: 0px auto;
	height: 80px;
	width: 960px;
	background: url(/images/footer_bg.jpg) no-repeat top left;
	text-align: right;
	font-family: arial;
	font-size: 12px;
	color: #94542f;
	padding: 10px 0px 0 0;
	font-weight: normal;
}
#footer p{
	margin-right: 100px;
}
#footer a{
	color: #94542f;
	/*text-decoration: none;*/
}
#content{
	margin: 0px auto;
	width: 960px;
}
#content_white_stretch{
	background: url(/images/content_white_bg.jpg) repeat-x top left;
	height: 472px;
}
#content_white{
	background: url(/images/content_white_bg_static.jpg) no-repeat top center;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	height: 472px;
}
#content_black{
	background: url(/images/content_black_bg.jpg) repeat-x top left;
	padding: 45px 220px 42px 177px;
	color: #b9b9b9;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .5px;
	border: 0px solid white;
}
#content_black p{
	margin-top: 0px;
}
#content_black a.next{
	color: #1fc2c8;
	text-decoration: none;
	background: url(/images/nextpage_bg.jpg) no-repeat top right;
	padding-right: 32px;
	padding-bottom: 4px;
	padding-top: 2px;
	margin-top: -2px;
}
#content_black a.next:hover{
	color: #f48a11;
}
#content_black h2{
	font-size: 15px;
	font-weight: bold;
	color: #1fc2c8;
	padding: 0px;
	margin: 0px;
}
#content_black ul{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
#content_black .col_50{
	width: 50%;
	float: left;
	border: 0px solid #FFF;
	
}
#content_black .col_c{
	clear: both;
	height: 0px;
	font-size: 0px;	
}
#content_black_stretch{
	background: url(/images/content_black_bg_stretch.jpg);
	/*min-height: 350px;*/
}
.clr{
	clear: both;
}