/* MAIN PAGE */

/*  footer    */
.footer {
    clear: both;
    height: 22px;
    /*    margin:-26px auto 0;*/
    position: absolute;
    /*    z-index:5;*/
    background-color: #F0F1F4;
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    border-top: #444444 solid medium;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer div {
    margin-bottom: 1px;
    margin-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer div:hover {
    text-decoration: underline;
}

.footer .inline {
    float: left;
    border-right: solid 2px #AEAEAE;
}