﻿#Banner {
	 overflow: hidden;
}
.foot
{
margin:0px auto;
width:986px;
}


.foot1 {
	font-size: 12px;
	color: White;
	background-image: url(../images/bottom_bar.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 12px;
	padding-left: 12px;
	height:32px;
}
.foot1 a:link
{
	color: White ;
	text-decoration: none;
}
.foot1  a:visited
{
	color: White;
	text-decoration: none;
}
.foot1  a:hover
{
	color: red;
	text-decoration: none;
}

