#ft {
    margin-top: 10px;
    padding-left: 20px;    
    padding-top: 5px;
    padding-bottom: 5px;

    font-size: smaller;

    background-color: #eee;

    border-top: 1px solid black;
}

#ft #navigation {
    font-size: small;

    clear: both;
    
    margin-bottom: 35px;
}

#ft #navigation ul {
    list-style: none;
}

#ft #navigation li {
    float: left;
    padding-right: 15px;
}

#ft #navigation li a {
    display: block;
}

#ft #navigation li a:before {
    content: "\BB\A0";
}

#ft a { 
    text-decoration: none;
    background-color: #eee;
    border: none;

    font-weight: bold;
    color: black;
}