.sf_blog_extra2 {
    float: left;
    height: 100px;
    width: 300px;
    border-right: solid 4px #fff;
    border-left: solid 4px #fff;
    background-image: url(images/Logo_for_Blog.bmp);
    background-repeat: no-repeat;
 }

 .sf_blog_outer_wrapper {
    width: 970px;
    margin: auto;
    margin-top: 50px;
    border: 10px solid #ffffff;
    background-color: #355E8F;
 }

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

 .sf_blog_main_header {
    height: 30px;
    over-flow: hidden;
    text-align: left;
    margin-left: 330px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    font-size: 25px;
    color: #2A416A;
 }

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #355E8F;
 }

 .sf_blog_sub_header {
    text-align: left;
    margin-left: 330px;
    height: 30px;
    over-flow: hidden;
    padding: 0 0 5px 0;
    color: #0F0F0F;
 }

 
