body
{
	background-color: #e0d7c5;
	font-family: Trebuchet MS, Georgia;
	font-size: 12px;
	color: #282828;
	padding: 20px;
	text-align: center;
}

#TopMenu
{
	width: 660px;
	margin: 0px auto;
	text-align: right;	
	color: #6e5940;
	font-weight: bold;
}

#TopMenu a
{
	color: #6e5940;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	text-align: right;
}

#PageStart /* Used for page shadow */
{
	width: 678px;
	height: 8px;
	margin: 0px auto;
	overflow: hidden;
	background-image: url(/images/Page_BgTop.gif);
}

#Page
{
	clear: both;
	background: #FFFFFF url(/Images/Page_Bg.gif) repeat-y;
	width: 678px;
	margin: 0px auto;
	text-align: Left;
}

#PageEnd /* Used for page shadow */
{
	width: 678px;
	height: 8px;
	margin: 0px auto;
	overflow: hidden;
	background-image: url(/images/Page_BgBottom.gif);
}

#FullRegion
{
	width: 640px;
	margin: 0px auto;
	border: solid 10px white;
}

#TopRegion
{
}

#FullInnerRegion
{
	width: 635px;
	overflow-x: hidden;
}

#LeftRegion
{
	width: 160px;
	background-color: #a58e74;
}

#ContentRegion
{
	width: 480px;
	padding-left: 20px;
	padding-top: 20px;
}

#Footer
{
	color: #92836d;
	width: 660px;
	margin: 0px auto;
	text-align: right;
}


#ContentRegion .Left
{
	width: 280px;
	float: left;
	padding-right: 20px;
	border-right: solid 1px #e0d7c5;
}

#ContentRegion .Right
{
	width: 140px;
	float: right;
}

#ContentRegion .LeftBottom
{
	width: 220px;
	float: left;
}

#ContentRegion .RightBottom
{
	width: 220px;
	float: right;
}
