.sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 100px;
    background-position: left;
    background-image: url(images/header.jpg);
    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: #4374D1;
 }

 .sf_blog_pagetitle {
    display: none;
    background: #fff;
    color: #2B963C;
 }

 a:link {
    text-decoration: underline;
    color: #2B963C;
 }

 a:visited {
    color: #6B78BF;
 }

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

 
