body {
    margin: 0px 0px 20px;
    padding: 0px;
    background-color: #282828;
    color: #000000;
    font-family: verdana;
    font-size: 12px;
    background-image: none;
    background-repeat: no-repeat;
 }

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #996a83;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_outer_wrapper {
    background-image: url(images/wrapper_bg_1.gif);
    background-repeat: repeat-x;
 }

 .sf_blog_sidebar {
    width: 220px;
    float: right;
    display: inline;
    margin: 0px 10px 10px 0px;
    overflow: hidden;
    background-color: #996a83;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    font-size: 15px;
    color: #996a83;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_content {
    width: 630px;
    padding: 30px 20px 10px;
    float: left;
    display: inline;
    margin-left: 10px;
    min-height: 350px;
    height: auto !important;
    background-color: #dcc0ce;
    background-image: url(images/content_bg_1.gif);
    background-repeat: repeat-x;
 }

 .sf_blog_footer {
    width: 630px;
    padding: 5px 20px;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #666666;
    background-color: #212121;
    background-image: none;
    background-repeat: no-repeat;
 }

 h3.sf_blog_posttitle {
    font-weight: bold;
    padding: 2px 10px;
    margin: 0px 0px 20px;
    color: #000000;
    background-color: #996A83;
    font-family: georgia;
    font-size: 20px;
    background-image: url(images/posthead_bg_1.gif);
    background-repeat: no-repeat;
 }

 h2.sf_blog_posttitle {
    font-weight: normal;
    padding: 2px 10px;
    margin: 0px 0px 20px;
    color: #000000;
    background-color: #996A83;
    font-family: georgia;
    font-size: 28px;
    background-image: url(images/posthead_bg_1.gif);
    background-repeat: no-repeat;
 }

 
