body {
    margin: 10px 0 0 0;
    padding: 0;
    color: #fff;
    background-color: #54565f;
    font-family: verdana;
    font-size: 10px;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_footer {
    background: #333333;
    padding: 10px 0px 10px 10px;
    clear: both;
    font-size: 16px;
    color: #CCCCCC;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_postmeta {
    clear: both;
    font-family: verdana;
    font-size: 11px;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_content {
    width: 680px;
    float: right;
    padding: 0px 20px;
    font-family: verdana;
    font-size: 12px;
    background-image: none;
    background-repeat: no-repeat;
 }

 .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: cursive;
    font-size: 24px;
    color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
 }

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

 
