html, body { 
	/*height: 			100%;*/
	margin: 			0px;
	padding: 			0px;
	width: 				100%;
}
div#body_container {
	width: 				100%;
}
div#site_container_aligner {
	width: 				970px;
	height: 			100%;
	margin: 			auto auto;
}
div#header {
    height:                         105px;
}
div#site_container {
	position: 			relative;
	width:				100%;
	float: 				left;
	min-height:			100%;
  	height:				auto !important;
  	height: 			100%;
	margin: 			auto auto;
	overflow:			visible;
}
div#top_menu_positioner {
    float:                              right;
}
div#footer_container {
    width:                              100%;
    /*position:                           absolute;
    bottom:                             0px;
    left:                               0px;*/
    float:                              left;
    height:                             100px;
	clear:								both;
}
div#footer_center {
    width:                              970px;
    margin:                             auto;
}
div#whiteboard_container {
    height:                             325px;
    float:                              left;
    width:                              970px;
}
div#content {
    float:                              left;
}
div#whiteboard_left, div#whiteboard_right {
    width:                              250px;
    height:                             325px;
    float:                              left;
}
div#whiteboard_center {
    width:                              470px;
    height:                             325px;
    float:                              left;
}
div.whiteboard#submenu {
    padding-top:                        230px;
}
a.whiteboard#subitem {
    height:                             50px;
    position:                           relative;
    left:                               5px;
    display:							block;
}
div#products_container {
    height:                             250px;
    width:                              970px;
    float:                              left;
    margin:                             10px 0px 0px 0px;
}
div#products_left, div#products_center, div#products_right {
    height:                             235px;
    width:                              310px;
    float:                              left;
}
div#products_center {
    margin:                             0px 20px 0px 20px;
}
div.products_header {
    height:                             36px;
    margin:                             10px 0px 0px 0px;
    width:                              250px;
    float:                              left;
}
div.products_text {
    width:                              290px;
    height:                             180px;
    float:                              left;
	position:							relative;
}
div.products_subitems {
    float:                              right;
    height:                             77px;
	width:								100%;
	bottom:								10px;
	position:							absolute;
}
a.products_subitem_links {
    height:                             25px;
    width:                              121px;
	display:							block;
	float:								left;
	clear:								left;
	margin-left:						-8px;
	margin-top:							36px;
}
a.products_subitem {
	margin-right:						10px;
    height:                             25px;
    width:                              121px;
	display:							block;
	float:								right;
	clear:								right;
}
div.page_top, div.page_bottom {
    height:                             9px;
    width:                              100%;
    float:                              left;
}
div.page_center {
    width:                              100%;
    height:                             100%;
    float:                              left;
}
div#topcenter, div#bottomcenter {
    width:                              708px;
    float:                              left;
}
div#centercenter {
    width:                              717px;
    float:                              left;
    height:                             100%;
}
div#topcentergrey, div#bottomcentergrey {
    width:                              230px;
    float:                              left;
}
div#topleft, div#topright, div#bottomleft, div#bottomright {
    width:                              15px;
    float:                              left;
}
div#centerleft {
    float:                              left;
    width:                              245px;
}
ul#page_submenu {
    width:                              230px;
}
ul#page_submenu li.subitem a{
    height:                             29px;
	display: 							block;
}
ul#page_submenu li.subitem.first a{
    height:                             31px;
}
ul#page_submenu li.subitem.last a {
    height:                             34px;
}
ul#page_submenu li.subitem.single a{
    height:                             35px;
}
div#page_content, div#content_container {
    float:                              left;
}

