﻿/******************************************************
/* FRAMEWORK STATICS
/******************************************************/

body
{
	text-align: center;
	background-color: #d9d1cd;
}

form
{	
	display: block;
	width: 790px;
	margin: 0 auto;
	text-align: left;	
}

/******************************************************
/* REGIONS
/******************************************************/


#RegionHeader
{
	padding: 15px 20px 0 20px;
	background-color: #fff;
	background-image: url(/Images/bg.gif);
	background-repeat: repeat-y;
}

#RegionPage
{
	clear: both;
	padding: 10px 20px 0 20px;
	background-color: #fff;
	background-image: url(/Images/bg.gif);
	background-repeat: repeat-y;
}

#RegionSidebar
{
	float: left;
	width: 160px;
	min-height: 1px;
}

#RegionContent
{
	float: right;
}

#RegionMainContent
{
	float: left;
}

#RegionSecondaryContent
{
	float: right;
}

#RegionFooter
{
	padding: 20px 10px;
	clear: both;
	background-image: url(/Images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
body
{
	text-align: center;
	background-color: #eeecea;
}

/******************************************************
/* REGIONS
/******************************************************/
#RegionHeader
{
	padding: 15px 11px 0 12px;
	background-image:none;
}
#RegionSidebar
{
	float: left;
	width: 310px;
}

#RegionMainContent
{
	float: left;
	width: 410px;
	padding: 10px;
	padding-left: 15px;
	margin-right: 5px;
}

#RegionPage
{
	background-image:none;
	padding:10px 10px 0 20px;
}

#RegionFooter
{
	display:none;
}
