/* Footer */
    #footer {
        background-color: #f1f1f2;
        color: #6e6e6e;
        font-size: 1em;
        height:1.4em;
        margin:0px 0px 0px 2px;
        text-align: right;
        width: 564px;
    }
    
    #footer li {
        float: left;
        font-size: 1em;
        color: #6e6e6e;
        padding: 0;
    }
    #footer a:link, #footer a:visited {
        font-size: 1em;
        color: #6c6c6c;
        padding: 0 5px 0 5px;
        text-decoration: none;
        background-image: none;
    }
    #footer a:hover, #footer a:active {
        color: #000;
        text-decoration: none;
    }
    #footer .left {
        float: left;
        padding-left: 10px;
    }
    #footer .right {
        float: right;
    }
    /* Footer */
