#footer {
clear: both;
width: 890px;
padding-bottom: 10px;
}

#footer ul {
float: right;
list-style:none;
margin: 0;
padding: 0 3;
}

#footer li { 
float:left;
margin: 4px;
padding: 0 3;
}
								
#footer a	{
font-size: 10pt;
line-height: normal;
font-family: Verdana, Sans-Serif;
text-decoration:none;
margin: 0;
padding: 0 3;
}

#footer a:link {
color: rgb(25,140,175);
}

#footer a:visited {
color: rgb(25,140,175);
}

#footer a:hover {
color: rgb(0,0,0);
}

#footer a:active {
color: rgb(0,0,0);
}
