.sf_blog_main_header {
    font-weight: normal;
    font-size: 38px;
    color: #40ADB9;
    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;
 }

 .sidebarlist h2, .sidebarlist .calendartitle td {
    color: #ffffff;
    background-color: #A49F57;
    background-image: url(images/sidetitle_bg_1.gif);
    background-repeat: repeat-y;
 }

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

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

 .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;
 }

 
