.sf_blog_main_header {
    font-weight: bold;
    height: 30px;
    margin: 0px 20px;
    padding-top: 30px;
    overflow: hidden;
    font-family: times;
    font-size: 26px;
    color: #F2F2F2;
 }

 .sf_blog_sub_header {
    margin: 0px 20px;
    height: 20px;
    overflow: hidden;
    font-family: times;
    font-size: 18px;
    color: #FFFFFF;
 }

 .sf_blog_sidebar {
    float: left;
    display: inline;
    width: 240px;
    padding: 0px;
    margin: 10px 0 5px 0;
    overflow: hidden;
    font-size: 11px;
    background-color: #0B0B24;
 }

 body {
    margin: 0 auto;
    color: #333333;
    font-family: verdana;
    font-size: 12px;
    background-color: #0B0B23;
 }

 
