.sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 100px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(images/blog_banner_image_5.gif);
 }

 .sf_blog_sidebar {
    float: left;
    margin: 0;
    display: inline;
    width: 200px;
    padding-bottom: 32px;
    margin-left: 5px;
    margin-top: 4px;
    overflow: hidden;
    background-color: #EED54C;
 }

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

 .sf_blog_entry {
    min-height: 1%;
    height: auto !important;
    _height: 1%;
    margin-left: 11px;
    font-family: arial;
    font-size: 12px;
 }

 body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #b9b9b9;
    background-image: url(images/blog_body_bg_6.jpg);
    background-repeat: repeat-x;
    background-position: top;
 }

 
