.sf_blog_outer_wrapper {
    width: 900px;
    margin: 0px auto 0;
 }

 body {
    margin: 0 auto;
    color: #333;
    font-family: verdana;
    font-size: 12px;
    background-color: #8FC3D8;
 }

 .sf_blog_sidebar {
    float: left;
    display: inline;
    width: 240px;
    padding: 0px;
    margin: 0px 0 0px 0;
    font-size: 11px;
    overflow: hidden;
 }

 .sf_blog_header_wrapper {
    height: 180px;
    clear: both;
    background-color: #0A0E17;
    background-repeat: no-repeat;
    background-image: url(images/terra_banner_new.jpg);
 }

 
