.sf_blog_header_wrapper {
    width: 954px;
    height: 150px;
    overflow: hidden;
    background-image: url(images/thegrumpydentist3.jpg);
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    text-align: center;
    font-weight: bold;
    width: 532px;
    float: right;
    padding-top: 30px;
    font-family: sans-serif;
    font-size: 36px;
    color: #0F37AA;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    text-align: center;
    width: 532px;
    float: right;
    color: #00F37AA;
    background-image: none;
    background-repeat: no-repeat;
 }

 body {
    color: #000000;
    margin: 0;
    background-color: #666666;
    font-family: helvetica;
    font-size: 14px;
    background-image: none;
    background-repeat: no-repeat;
 }

 
