.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-size: 24px;
    color: #000000;
 }

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

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

 a:link {
    color: #3EF205;
 }

 a:visited {
    color: #0C0CE8;
 }

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

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

 
