/* CSS Document */
#MainBody
{
	width:780px;
	margin:0 auto 0 auto;
	background:#fff;
}
#Header
{
	background:url(../images/header.jpg) top no-repeat;
	height:160px;
}
#Header a
{
	display:block;
	width:280px;
	height:150px;
	float:right;
}
#SideColumn
{
	width:185px;
	float:right;
	border:1px solid #c8c8c8;
}
#MainContent
{
	width:578px;
	float:left;
	margin-left:6px;
}
#Bottom
{
	height:38px;
	background:#960101 url(../images/bottom_bg.gif) top repeat-x;
}
#Footer
{
	width:100%;
}
#Footer td
{
	text-align:left;
}
#Footer a, #Footer th
{
	color:#fff;
	text-decoration:none;
	font:normal 12px Arial;
}

