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

 body {
    margin: 0;
    height: 100%;
    background-position: center top;
    min-width: 960px;
    color: #333333;
    background-color: #efefef;
    font-family: arial;
    font-size: 12px;
    background-image: url(images/back.gif);
    background-repeat: repeat-y;
 }

 .sf_blog_footer {
    clear: both;
    float: left;
    display: inline;
    margin: 10px 0 0 282px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 570px;
    font-family: courier new;
    font-size: 11px;
    background-color: #FFFFFF;
    background-image: none;
    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: 36px;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    overflow: hidden;
    text-align: center;
    width: 675px;
    margin: 0 0 25px 245px;
    font-family: courier new;
    font-size: 20px;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
 }

 
