.sf_main_header {
    font-weight: bold;
    font-size: 24px;
    width: 970px;
    margin: 0px auto;
    padding: 30px 0px 5px;
    min-height: 55px;
    height: 55px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: 740px 15px;
    background-image: url(images/black_Logo.jpg);
 }

 a:link {
    color: #E89E3A;
 }

 a:visited {
    color: #0066cc;
 }

 a:hover {
    color: #ff6600;
 }

 
