body {
    margin: 0 auto;
    font-family: arial;
    font-size: 12px;
    background-color: #02060a;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    width: 880px;
    margin: 0 10px !important;
    padding-top: 15px;
    height: 42px;
    overflow: hidden;
    font-size: 18px;
    color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_outer_wrapper {
    width: 900px;
    margin: 40px auto 0;
    background-color: #000000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sidebar {
    float: right;
    display: inline;
    width: 200px;
    padding-bottom: 32px;
    margin: 4px 0 4px 5px;
    overflow: hidden;
    background-color: #000000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 100px;
    background-position: left;
    border-top: 6px solid #fff;
    background-image: url(images/blog_banner_image_3.jpg);
    background-repeat: no-repeat;
 }

 .sf_blog_footer {
    margin: 0;
    clear: both;
    text-align: center;
    height: 35px;
    margin-top: 8px;
    padding: 20px 0 0 0;
    border-bottom: solid 6px #194471;
    color: #000000;
    background-image: url(images/blog_footer.jpg);
    background-repeat: repeat-x;
 }

 
