/* CSS Document */

#footer {

	width: 100%;
	padding:0px;
	background:#333333;
    height:110px;
}

#footer .footer{
width:890px;
margin:auto;
padding-top:10px;

}
.footer-left{
width:890px;
float:left;
color:#666666;
font-size:11px;
font-family:Arial;
font-weight:normal;
text-decoration:none;
text-align:center;
line-height:15px;

}
.footer-left a {
padding:0 4px 0 4px;
color:#666666;
font-size:11px;
font-family:Arial;
font-weight:normal;
text-decoration:none;
text-align:center;
line-height:13px;
}
.footer-left a:hover{
color:#990000;
font-size:11px;
font-family:Arial;
font-weight:normal;
text-decoration:none;
text-align:center;
line-height:13px;
}
.footer-left .active{
color:#990000;

}



