.sf_blog_header_wrapper {
    width: 946px;
    height: 200px;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(images/rib1_copy1.jpg);
 }

 body {
    margin: 10px 0 0 0;
    padding: 0;
    background-color: #54565f;
    font-family: verdana;
    font-size: 14px;
    color: #FFFFFF;
 }

 .sf_blog_content {
    width: 680px;
    float: right;
    padding: 0px 20px;
    font-size: 14px;
 }

 a:link {
    color: #E4CC08;
 }

 a:visited {
    color: #E71E47;
 }

 a:hover {
    color: #fff;
    text-decoration: none;
 }

 .sf_blog_main_header {
    position: absolute;
    text-align: left;
    font-weight: normal;
    float: left;
    height: 32px;
    overflow: hidden;
    width: 725px;
    margin: 30px 0 0 20px;
    padding: 0px 10px;
    font-family: helvetica;
    font-size: 28px;
    color: #FFFFFF;
 }

 .sf_blog_sub_header {
    position: absolute;
    text-align: left;
    font-weight: bold;
    float: left;
    height: 80px;
    overflow: hidden;
    width: 725px;
    margin: 65px 0 0 20px;
    padding: 0px 10px;
    font-family: helvetica;
    font-size: 13px;
    color: #FFFFFF;
 }

 
