.sf_blog_extra4 {
    width: 900px;
    height: 30px;
    background-image: none;
    background-repeat: no-repeat;
 }

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

 a:link {
    text-decoration: underline;
    color: #274B87;
 }

 a:visited {
    color: #777BBF;
 }

 a:hover {
    text-decoration: underline;
    color: #000000;
 }

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

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

 
