﻿/*
Generics
*/
.Common
{
	margin: 0 auto;
	padding: 0;
	width: 959px;
	
	background: #f3f4e3; /* WE #dbdeb3 #f3f4e3 */
}

#CommonContent
{
	margin: 0;
	padding: 0;
	height: 1%; /* IE6 hack... it's very minor, though */
	min-height: 387px; /*587px;*/
	overflow: auto;
}
#CommonContentInner
{
	width: 100%;
	overflow: hidden;
}
#CommonSidebarLeft
{
}
#CommonSidebarLeft .CommonSidebar
{
	float: left;
	overflow: hidden;
	width: 197px;
	min-height: 387px; /*587px;*/
}
#CommonSidebarRight
{
}
#CommonSidebarRight .CommonSidebar
{
	float: right;
	overflow: hidden;
	width: 247px;
	min-height: 387px; /*587px;*/
}