html, body { 
	height: 			100%;
	margin: 			0px;
	padding: 			0px;
	width: 				100%;
}

div#body_container {
	height: 			100%;
	width: 				100%;
}


div#site_container_aligner {
	width: 				956px;
	height: 			100%;
	margin: 			auto auto;
}

div#site_container {
	width:				100%;
	float: 				left;
	/*min-height:			100%;
  	height:				auto !important;
  	height: 			100%;*/
	margin: 			auto auto;
}

div#header_container {
/*	position: 			relative;
	width: 				100%;
	margin: 0 0 20px 0;
*/
}

div#content_container {
	clear: left;
	margin: -30px 8px 0 8px;
	padding-top: 30px;
}

div#footer_container { 
	float: 				right;
	height:  			123px;
  	/*margin-top: 		-123px;*/
	position: 			relative;
	width: 				100%;
}

div#functional_links {
	width: 				100%;
	height: 			29px;
}

#func_menu_positioner
{
	/*position:			absolute;*/
	top:				0px;
	left:				0px;
	/*margin-top:			-177px;*/
	width:				950px;
}

#top_menu_positioner
{
	/*position: 			absolute;*/
/*	left: 				0px;
	top:				0px;
*/	/*margin-top:			-60px;*/
}