.TableWrapper {
}
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:800px;
}

#menubar {
	width:800px;
	height:62px;	
	background-image:url(../page_assets/root-menu-bg.gif); 
	background-repeat:no-repeat; 
	background-position:right;
}

#content {
	width:720px;
	float:right;
}

#contentpagediv {
	padding-top:10px;
	padding-bottom:20px;
	width:563px;
	margin-right:20px;
	float:right;

}
#footer {
	width:800px;
	clear:both;
	background-color:#CCCCCC;
}