/* CSS Document */
.top
{
	height:auto;
}
.header
{
	width:851px;
	height:176px;
	margin:0 auto;
	padding-top:0px;
	background:url(../images/header.gif) no-repeat center;
}
#logo
{
	display:block;
	width:237px;
	height:67px;
	background:url(../images/spacer.gif) center no-repeat;
	float:left;
	margin-top:20px;
}
/* =================================================================================== */
#Content
{
	width:851px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:5px;
}
#Side
{
	width:208px;
	float:left;
}
#Main
{
	width:632px;
	float:right;
}
/* =================================================================================== */
.Footer
{
	width:851px;
	margin:0 auto;
	padding-top:8px;
	padding-bottom:8px;
}
.Footer .Right
{
	width:400px;
	float:right;
	text-align:right;
}
.Footer a
{
	color:#000;
	text-decoration:none;
}
.Footer .Left
{
	width:400px;
	float:left;
}


