html, body { 
	height: 		100%;
	margin: 		0px;
	padding: 		0px;
	width: 			100%;
}

div#body_container {
	height: 		100%;
	width: 			100%;
}


div#site_container_aligner {
	width: 			940px;
	height: 		100%;
	margin: 		auto auto;
	z-index:		999;
}

div#site_container {
	background:		url('../img/dot.png') repeat-y 692px 0px;
	border-left: 	1px solid #818285;
	border-right: 	1px solid #818285;
	width:			940px;
	float: 			left;
	min-height:		100%;
  	height:			auto !important;
  	height: 		100%;
	margin: 		auto auto;
}

div#header_container {
	width: 			100%;
	height: 		276px;
	position: 		relative;
	z-index:		999;
}

div#search_container {
	width:			100%;
	position:		relative;
	height:			43px;
	background:		#818285;
}

div#header_bg_container {
	width:			100%;
	position:		relative;
	height:			194px;
	top:			4px;
	background:		url('../img/header_bg.jpg') no-repeat 0px 0px;
}

div#navigation_container {
	width:			100%;
	position:		relative;
	height:			31px;
	top:			7px;
}

div#content_container {	
	float: 			right;
	position: 		relative;
	width: 			100%;
	min-height: 	100%;
	padding-bottom: 23px;
	z-index: 		999;
}

div#content_wrapper {
	padding:			45px 40px 45px 40px;
	width:				614px;
	float:				left;
}

div#right_wrapper {
	padding:			45px 0px 45px 0px;
	width:				246px;
	float:				left;
}

div#footer_container { 
	float: 			right;
	height:  		23px;
  	margin-top: 	-23px;
  	margin-right:   -1px;
	position: 		relative;
	width: 			940px;
	background:		#818286;
}

div#content_bg {
	position: 		relative; 
	background:		url('../img/content_bg.jpg') no-repeat -2px bottom;
	height: 		444px; 
	float: 			left; 
	left:			1px;
	position: 		relative; 
	margin-top: 	-467px; 
	z-index: 		99; 
	width: 			694px; 
	bottom: 		0px;
}