#footer {
	width: 1005px;
	background: url(../img/common/footer_bg.png) top left repeat-x #3971cd;
	float: left;
	font-size: 11px;
	color: #fff;
}

#footer ul li {
	float: left;
	list-style: none;
	margin: 2px 20px 3px 20px;
	width:100px;
	text-align:center;
}

#footer a:link, #footer a:visited { color: #d7d7d7; text-decoration: none; }
#footer a:hover, #footer a:active { color: #fba103; text-decoration: none; }

#lowerfooter{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width:1005px;
	font-size: 12px;
	color: #666;
	background-color: #ccc;
	float: left;
	text-align: center;
	padding: 5px 0 5px 0;
}