body 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}
div#topbar 
{
	position: relative;
	left: 0px; 
	top: 0px;
	height: 121px;
	width: 808px;
	border-bottom: 2px solid white;
}
div#leftbar 
{
	visibility: hidden;
	width: 0px;
	height: 0px;
}
div#contentarea 
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	border-left: 2px solid white;
}
div#status
{
	visibility: hidden;
}

