.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: 28px;
    color: #000000;
    background-image: none;
    background-repeat: no-repeat;
 }

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

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

 .sf_blog_outer_wrapper {
    width: 970px;
    margin: 0 auto;
    background-color: #000000;
 }

 .sf_blog_postmeta {
    clear: both;
    font-size: 9px;
 }

 a:link {
    color: #fff;
 }

 a:visited {
    color: #fff;
 }

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

 .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;
    background-image: none;
    background-repeat: no-repeat;
    font-family: fantasy;
    font-size: 36px;
    color: #EFE9E9;
 }

 
