@CHARSET "ISO-8859-1";

#footer {
    color: white;
    font-size: 0.687em;
    padding: 8px 0 13px 0;
    background: url(/images/menu.gif) 0 0 repeat-x;
    clear: both;
    text-align: center;
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.footerLinks ul {
    list-style-type: none;
}

.footerLinks ul li {
    display: inline;
    padding-left: 5px;
    border-right: 1px solid white;
}

.footerLinks ul li.lastItem {
    display: inline;
    border: 0;
}

#footer-legal {
    padding: 5px 0px;;
}
