body {
    margin: 0px 0px 20px;
    padding: 0px;
    background-color: #2e333b;
    color: #000000;
    font-family: verdana;
    font-size: 12px;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_post {
    margin-bottom: 40px;
    padding: 20px 0px;
    background-color: #DBDEED;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sidebar {
    width: 220px;
    float: right;
    display: inline;
    margin: 10px 0px;
    overflow: hidden;
    color: #666666;
    background-color: #BEBA7D;
    background-image: url(images/sidecontent_bg_1.gif);
    background-repeat: repeat-y;
 }

 .sf_blog_content {
    width: 690px;
    padding: 15px 0px 10px;
    float: right;
    display: inline;
    min-height: 350px;
    height: auto !important;
    background-color: #F1F1F3;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    font-size: 15px;
    color: #2B3534;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    font-weight: normal;
    font-size: 38px;
    color: #1D2524;
    background-image: none;
    background-repeat: no-repeat;
 }

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #40ADB9;
    background-image: none;
    background-repeat: no-repeat;
 }

 
