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

 .sf_blog_extra2 {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 0;
    left: 0;
    background-image: none;
    background-repeat: no-repeat;
 }

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

 .sf_blog_main_header {
    float: left;
    text-align: left;
    padding-left: 115px;
    padding-top: 10px;
    display: block;
    width: 400px;
    height: 50px;
    font-weight: bold;
    overflow: hidden;
    font-family: times;
    font-size: 24px;
    color: #000000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    float: left;
    text-align: left;
    padding-left: 115px;
    padding-top: 7px;
    display: block;
    width: 400px;
    height: 30px;
    font-weight: bold;
    overflow: hidden;
    font-size: 12px;
    color: #000000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_content {
    float: right;
    width: 675px;
    margin: 0;
    padding: 5px 12px 0 0;
    height: auto !important;
    min-height: 200px;
    color: #000000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sidebaritem a:hover {
    text-decoration: none;
    color: #010000;
    background-image: none;
    background-repeat: no-repeat;
 }

 
