/*
 * $Id:$
 * 
 * A CSS file for the footer file
 */

#footer {
    font-size: 10px;
    padding: 10px;
    color: #8C9599;
}

#footer a {
    color: #8C9599;
    text-decoration: none;
    font-weight: bold;
}

#footer .left {
    float: left;
}

#footer .right {
    float: right;
}