/* CSS Document */
#MainBody
{
	width:901px;
	background:url(../images/body_bg.jpg) center repeat-y;
	margin:0 auto;
}
#MainBodyTop
{
	background:url(../images/body_top.jpg) top center no-repeat;
}
#MainBodyBot
{
	background:url(../images/body_bot.jpg) bottom center no-repeat;
}
/* ----------------------------------------------------------------------- */
#LeftCol
{
	width:625px;
	float:left;
	min-height:550px;
}
#RightCol
{
	width:255px;
	float:right;
}
#Logo
{
	display:block;
	height:160px;
}
#Header
{
	text-align:right;
	padding-top:30px;
	padding-bottom:2px;
}
#Content
{
	width:530px;
	padding:30px 30px;
}
/* ----------------------------------------------------------------------- */
#Footer
{
	height:70px;
	clear:both;
	padding-right:50px;
	padding-left:40px;
}
#Footer a
{
	font:normal 12px Arial;
	text-decoration:none;
	color:#611900;
}
#Footer table
{
	color:#5f1600;
}