﻿/*
 ** Footer Content Styles
 */
#footer
{
    top: 585px;
    width: 875px;
    left: -3px;
    border-left: 3px double #CFB53B;
    border-right: 3px double #CFB53B;
    border-bottom: 3px double #CFB53B;
    background-image: url(../images/footers/footer.jpg);
    height: 50px;
    font-family: Verdana, Arial;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    word-spacing: normal;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.0em;
    font-size: 0.8em;
    position: absolute;
    text-align: center;
}



