.sf_blog_main_header {
    text-align: center;
    width: 400px;
    font-weight: bold;
    font-family: helvetica;
    font-size: 28px;
    color: #000000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sidebaritem a:hover {
    text-decoration: none;
    color: #CC0000;
    background-image: none;
    background-repeat: no-repeat;
 }

 body {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #222222;
    color: #ffffff;
    font-family: verdana;
    font-size: 12px;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    text-align: center;
    width: 400px;
    font-weight: bold;
    font-family: verdana;
    font-size: 16px;
    color: #FF6600;
    background-image: none;
    background-repeat: no-repeat;
 }

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

 
