.sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 166px;
    background-position: left;
    border-top: 0px solid #ccc;
    background-color: #2BC0EA;
    background-image: url(images/blogbanner1.jpg);
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    font-weight: bold;
    padding: 7px 30px 0 330px;
    height: 90px;
    text-align: right;
    overflow: hidden;
    font-size: 24px;
    color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    font-weight: normal;
    padding: 10px 30px 0 330px;
    text-align: right;
    height: 45px;
    overflow: hidden;
    font-size: 12px;
    color: #0467bd;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_pagetitle {
    display: none;
    color: #068f7f;
    background-image: none;
    background-repeat: no-repeat;
 }

 
