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

 .sf_navigation .subnav {
    background-position: bottom;
    padding: 0 0 3px;
    margin: 0 0 0 -10px;
    list-style: none;
    position: absolute;
    width: 175px;
    left: -999em;
    z-index: 1000;
    background-image: none;
    background-repeat: no-repeat;
 }

 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;
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    background-color: #FFFFFF;
 }

 
