#footer {
    border-color: #777;
    border-style: solid;
    color: #fff;
    font-size: 0.9em;
    border-width: 3px 0 0 0;
    clear: both;
    height: 35px;
    margin-left: 0px;
    position: relative;
    text-align: right;
}

#footernav {
    list-style: none;
    float: left;
    margin: 10px 0 0 0;
    margin-right: 5em;
    padding: 0;
}

#footernav li {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 0 1px;
    display: block;
    float: left;
    padding: 0 10px;
}
#footernav li.first {
    border-width: 0;
}

#footer p {
    margin: 10px 20px 0 10px;
    padding: 0;
}

#footernav a, #footernav a:link, #footernav a:visited {
    color: #ccc;
}

#footernav a:hover, #footernav a:active {
    color: #fff;
    text-decoration: underline;
}



