/******************************************************
/* FRAMEWORK STATICS
/******************************************************/
form 
{
	display: block;
	width: 940px;
	margin: 0 auto;
}
#Page 
{
	padding: 10px;
	background-color: #fff;
	min-height: 580px;
}

/******************************************************
/* REGIONS
/******************************************************/
#RegionHeader
{
	background-color: #c9dd03;
}

#RegionPage
{
	clear: both;
	padding: 10px 0 0 0;
}

#RegionSidebar
{
	float: left;
	width: 170px;
	margin-top: 15px;
}

#RegionContent
{
	float: right;
	width: 730px;
}

#RegionMainContent
{
	overflow: hidden;
	float:left;
	height: auto;
	width: 420px;
}

#RegionSecondaryContent
{
	overflow: hidden;
	width: 290px;
	height: auto;
	margin-top: 15px;
	float: right;
	
}

#RegionFooter
{
	clear: both;
}

