#outter
{
	width: 972px;
	margin: 5px auto 5px auto;
}

#header
{
	padding: 0px;
	margin: 0px;
	width: 972px;
	background-image: url(images/header_background.gif);
	background-repeat: repeat-x;
}

#Main-Body
{
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-y;
}

#left-column
{
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 160px;
}

#Center-Column
{
	float: left;
	width: 630px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}

#right-column
{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 165px;
}

#page-footer
{
	clear: both;
	text-align: center;
	font-size: 70%;
		background-image: url(images/footer_background.gif);
	background-repeat: repeat-y;
}



