.sf_blog_outer_wrapper {
    margin: 0 auto;
    width: 100%;
    background-position: center top;
    background-image: url(images/backtop.jpg);
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    width: 675px;
    margin: 0 0 0 245px;
    font-family: courier new;
    font-size: 24px;
    background-color: #f7ef9b;
    background-image: none;
    background-repeat: no-repeat;
 }

 a:hover {
    text-decoration: underline;
    color: #efefef;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_post {
    margin-bottom: 10px;
    font-family: arial;
    font-size: 12px;
    color: #333333;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_entry {
    float: right;
    display: inline;
    width: 630px;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
 }

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #333333;
    background-image: none;
    background-repeat: no-repeat;
 }

 
