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

 .sf_blog_sub_header {
    float: left;
    display: inline;
    width: 880px;
    margin-left: 20px !important;
    padding-top: 11px;
    height: 15px;
    overflow: hidden;
    font-size: 12px;
    color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
 }

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

 .sf_blog_sidebar ul li a:visited {
    color: #AF4C4C;
 }

 .sf_blog_sidebar ul li a:hover {
    color: #DF9999;
 }

 body {
    margin: 0 auto;
    background-image: url(images/blog_body_bg_1.jpg);
    background-repeat: repeat-x;
    background-position: top;
    font-family: arial;
    font-size: 12px;
    background-color: #010006;
 }

 
