html, body {
/*	height: 		100%;
*/	margin: 		0px;
	padding: 		0px;
/*	width: 			100%;
*/}

div#body_container {
/*	height: 		100%;
*/	width: 			100%;
}

div#creator {
	width:			100%;
}


div#site_container_aligner {
	width: 			950px;
/*	height: 		100%;
*/	margin: 		auto auto;
}

div#label {
	width:			950px;
	margin:			auto auto;
	padding:		10px 0 10px 5px;
}

div#site_container {
	width:			950px;
/*	float: 			left;
	min-height:		100%;
  	height:			auto !important;
  	height: 		100%;
*/	margin: 		auto auto;
}

div#header_container {
	width: 			100%;
	height: 		397px;
	position: 		relative;
}

div#header_left {
	width:			700px;
	height:			397px;
	float:			left;
}

div#header_left_top {
	width:			693px;
	height:			56px;
	padding-top:	17px;
	padding-left:	7px;
	padding-bottom:	5px;
	position:		relative;
}

div#header_right {
	width:			249px;
	height:			396px;
	margin-left:	701px;
	position:		absolute;
	top:			0px;
	right:			0px;
}

div#header_right_top {
	width:			242px;
	height:			56px;
	padding-top:	17px;
	padding-left:	7px;
	padding-bottom:	5px;
	position:		relative;
}

div#content_container {
/*	float: 			right;
*/	position: 		relative;
	width: 			100%;
/*	min-height: 	100%;
*/	padding-bottom: 33px;
}

div#content_wrapper {
	padding:		5px;
}

div#footer_container {
/*	float: 			right;
*/	height:  		33px;
  	margin-top: 	-33px;
  	margin-right:   -1px;
	position: 		relative;
	width: 			940px;
	padding:		0 5px 0 5px;
}
