/* --------------------------------------------------------------------- */
/* Footer
/* --------------------------------------------------------------------- */
#footer {
    background-position: left center;
    background-repeat: repeat-x;
    background-image: url(/site2/images/footer/bg.png);
    margin-top: 10px;
    padding: 10px 0px; 
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
}

#footer .content {
    float: right;
    text-align: right;
    padding-right: 10px;
}

#footer .links {
    display: inline;
    padding-right: 20px;
} 

#footer .links .divider {
    padding: 0px 10px 0px 10px;
} 

#footer .links a, #footer .links a:link, #footer .links a:visited, #footer .links a:active {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

#footer .links a:hover {
    text-decoration: underline;
}
