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

 a:link {
    color: #000000;
 }

 a:visited {
    color: #54565F;
 }

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

 .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-size: 18px;
    color: #62A017;
 }

 .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: times;
    font-size: 28px;
    color: #62A017;
 }

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #62A017;
 }

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

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

 
