.sf_footer {
    background-repeat: no-repeat;
    min-height: 40px;
    height: 40px;
    text-align: center;
    width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
    background-image: url(images/footer_1.jpg);
    font-size: 10px;
    color: #0F0000;
 }

 a:link {
    text-decoration: none;
    color: #ffffff;
 }

 a:visited {
    text-decoration: none;
    color: #ffffff;
 }

 a:hover {
    border-bottom: solid 2px;
    border-color: #c80202;
    color: #FFFFFF;
 }

 body {
    margin: auto;
    background-color: #960101;
    font-family: arial;
    font-size: 14px;
    color: #979696;
 }

 .sf_main_header {
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-size: 56px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 10px;
    height: 10px;
    width: 960px;
    color: #0000080100;
 }

 
