.sf_blog_header_wrapper {
    height: 74px;
    width: 850px;
    padding-left: 70px;
    padding-top: 58px;
    background-image: url(images/about.jpg);
    background-repeat: no-repeat;
 }

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

 .sf_blog_main_header {
    font-weight: bold;
    width: 590px;
    height: 28px;
    overflow: hidden;
    font-family: helvetica;
    font-size: 24px;
    color: #FFFFCD;
 }

 .sf_blog_sub_header {
    height: 20px;
    overflow: hidden;
    font-family: helvetica;
    font-size: 16px;
    color: #FFFFFF;
 }

 .sf_blog_sidebar {
    float: left;
    display: inline;
    width: 225px;
    margin-top: 5px;
    margin-left: 17px;
    margin-bottom: 10px;
    overflow: hidden;
    font-family: helvetica;
 }

 .sf_blog_content {
    display: inline;
    width: 643px;
    float: right;
    padding: 5px 0;
    margin-right: 17px;
    height: auto !important;
    font-family: helvetica;
    color: #ADAD90;
 }

 .sf_blog_sidebar ul li a:visited {
    color: #adad90;
 }

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

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #F0B136;
 }

 
