.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: #FF0000;
 }

 .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_2.jpg);
    font-size: 10px;
    color: #360000;
 }

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

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

 a:hover {
    border-bottom: solid 2px;
    border-color: #5175cd;
    color: #ffffff;
 }

 
