body {
    margin: 0 auto;
    background-position: top;
    background-image: none;
    background-repeat: no-repeat;
    font-family: arial;
    font-size: 12px;
    background-color: #120F47;
 }

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

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

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

 
