body {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #222222;
    font-family: helvetica;
    font-size: 12px;
    color: #FFFFFF;
 }

 .sf_blog_main_header {
    text-align: center;
    width: 400px;
    font-weight: bold;
    font-family: helvetica;
    font-size: 24px;
    color: #666666;
 }

 .sf_blog_sub_header {
    text-align: center;
    width: 400px;
    font-weight: bold;
    font-family: helvetica;
    color: #222222;
 }

 .sf_blog_footer {
    text-align: center;
    clear: both;
    margin: 0;
    padding: 15px 30px;
    font-family: helvetica;
    font-size: 10px;
    color: #666666;
 }

 .sf_blog_header_wrapper {
    background-repeat: no-repeat;
    margin-top: 20px;
    height: 180px;
    width: 900px;
    padding-top: 20px;
    background-image: url(images/headerblog.png);
 }

 .sf_blog_sidebar ul li a:hover {
    color: #FFFFFF;
 }

 .sf_blog_extra4 {
    width: 900px;
    height: 32px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-image: url(images/subheaderblog1.png);
 }

 
