html, body { 
	/*height: 			100%;*/
	margin: 			0px;
	padding: 			0px;
	width: 				100%;
}

div#body_container {
	/*height: 			100%;*/
	width: 				100%;
}


div#site_container_aligner {
	width: 				970px;
	height: 			100%;
	margin: 			auto auto;
	margin-top: 		20px;
}

div#site_container {
	position: 			relative;
	width:				100%;
	float: 				left;
	min-height:			100%;
  	height:				auto !important;
  	height: 			100%;
	margin: 			auto auto;
	overflow:			visible;
}

div#header_container {
	position: 			relative;
	width: 				100%;
	height: 			157px;
}

div#content_container {
	float: 				right;
	position: 			relative;
	width: 				932px;
	/*min-height: 		100%;*/
	padding-bottom: 	80px;
	margin-right: 		19px;
}

div#footer_container { 
	float: 				right;
	height:  			80px;
  	margin-top: 		-80px;
	position: 			relative;
	width: 				100%;
}

div#main_menu_space {
	width: 				100%;
	height: 			50px;	
}

div#func_menu_positioner {
	position: 			absolute;
	left: 				209px;
	top:				-155px;
	margin: 			auto;
}

div#top_menu_positioner {
	position: 			absolute;
	left: 				-20px;
	top:				-63px;
	width: 				970px;
	margin: 			auto;
	z-index:			9999;
}

