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

 .sf_blog_sidebar ul li a {
    color: #fff;
    text-decoration: none;
 }

 .sf_blog_sidebar ul li a:visited {
    color: #fff;
    text-decoration: none;
 }

 .sf_blog_sidebar ul li a:hover {
    color: #B5E7FF;
    text-decoration: underline;
 }

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

 .sf_blog_main_header {
    float: left;
    display: inline;
    width: 880px;
    margin-left: 20px !important;
    padding-top: 16px;
    padding-bottom: 17px;
    height: 35px;
    font-size: 21px;
    color: #0B21E9;
 }

 
