/* CSS Document */
#MainBody
{
	width:799px;
	margin:0 auto 0 auto;
	background:#f1f1f1;
	border:1px solid #bdafa3;
}
#Header
{
	height:144px;
}
#Header a
{
	display:block;
	width:330px;
	height:75px;
	float:right;
}
#MainTbl
{
	width:100%;
	border-collapse:collapse;
}
#MainTbl #SideColumn
{
	width:150px;
	height:300px;
	background:#fdfcfc;
	border-left:1px dotted #d4c9c2;
}
#MainTbl #MainContent
{
	padding:8px 10px 0 10px;
}
#Bottom
{
	height:38px;
	background:#960101 url(../images/bottom_bg.gif) top repeat-x;
}
#Footer
{
	width:790px;
	margin:5px auto 0 auto;
}
#Footer td
{
	text-align:left;
}
#Footer a, #Footer th
{
	color:#000;
	text-decoration:none;
	font:normal 12px Arial;
	text-align:right;
}

