/* CSS Document */



/*--- Footer Start --------------------*/

.footer {
        text-align: center;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        font-size: 70%;
        color: #0083D7;
        border-top: 2px dotted #CCCCCC;
        background-position: top;
        background-color:#FFFFFF;
        background-image:  url(../images/sfw_footer.gif);
        }

.footer a {
        text-decoration:none;
        color: #000000;
}

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

#footercontainer {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: bottom;
        width: 770px;
        line-height: 30px;
        height: 30px;
        }
#minidiscs {
background-image:url(../images/mini_discs.gif);
background-repeat:no-repeat;
background-position:right;
width: 770px;
height: 28px;

}

/*--- Footer End --------------------*/
