﻿#footer 
{
    width: 995px;
    
    clear: both;
    background-image: url(../images/site_design/footer_background.jpg);
    background-repeat: no-repeat;
    position: relative;
    top: 30px !important;
    height: 38px;
}
#footer .copyright 
{
    float: left;
    margin-left: 20px;
    margin-top: 7px;
    font-size: 10px;
    font-weight: bold;
}
#footer .bottom_links 
{
    float: right;
    margin-right: 20px;
    margin-top: 7px;
    font-size: 10px;
    font-weight: bold;
}
#footer .bottom_links a
{
    font-size: 10px;
    color: Black;
    text-decoration: none;
    font-weight: bold;
}