.widget_header {
    min-height: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
    font-weight: bold;
    width: 190px;
    background-image: none;
    background-repeat: no-repeat;
 }

 .widget_content {
    min-height: 0px;
    height: 0px;
    padding: 5px 20px 45px 20px;
    background-position: left bottom;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_main_header {
    font-weight: bold;
    width: 970px;
    margin: 0px auto;
    padding: 30px 0px 5px;
    min-height: 55px;
    height: 55px;
    background-position: 740px 15px;
    background-image: none;
    background-repeat: no-repeat;
    font-size: 24px;
    color: #FFFFFF;
 }

 body {
    margin: 0px 0px;
    font-family: Georgia;
    font-size: 13px;
    background-color: #000000;
    color: #000000;
 }

 a:link {
    color: #800517;
 }

 a:visited {
    color: #800517;
 }

 a:hover {
    color: #A50626;
 }

 
