
#footer {
    clear: both;
    float: left;
    width: 1010px;
    height: 180px;
    margin: 5px;
    background: top left url(images/footer_bg.gif) no-repeat;
    text-align: center;
    }

#footer h1  {
    visibility: hidden;
    display: none;
    }

.footerItems {
    display: block;
    padding: 0;
    margin: 0 auto;
    line-height: 20px;
    }

#footer a {
    text-decoration: none; 
    border-left: solid 1px #c3c3c3;
    padding: 0 6px;
    margin: 0;
    }

#footer a.first {
    border-left: none;
    margin-left: 70px;
    }

#footer a:hover { text-decoration: underline; }


/* ------------ IE 6 ----------- */

* html #footer {
    clear: both;
    float: left;
    width: 933px;
    height: 180px;
    margin: 0;
    background: top left url(images/footer_bg.gif) no-repeat;
    text-align: center;
    }


/* ------------------------------- */
