body, #main
{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}


#top
{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	z-index: 10;
	height: 100px;
}

#menubar
{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	top: 100px;
	z-index: 10;
}

#leftcol
{
	width: 200px;
	float: left;
	background-color: #E8EEFC;
}

#rightcol
{
	float: right;
	width: 200px;
	background-color: #FBF4E2;
	border-left: 1px solid #ffffff;
}

#centercol
{
	background-color: #ffffff;
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 200px;
}

#contentcol
{
	background-color: #ffffff;
	width: auto;
	height: 100%;
	margin-left: 199px;
}

#contentcol>#centercol
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#centercol
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

#leftsub
{
	float: left;
	width: 200px;
	border-right: 1px solid #ffffff;
}

#contentsub
{
	width: auto;
	margin-left: 199px;
}

#rightsub
{
	float: right;
	width: 200px;
	border-left: 1px solid #ffffff;
}

#footer
{
	clear: both;
	z-index: 10;
	background-color: #ffffff;
}	