body {
    margin: 0px 0px 20px;
    padding: 0px;
    color: #D2D2D2;
    font-family: arial;
    font-size: 12px;
    background-color: #1D2221;
 }

 .sf_blog_sidebar {
    width: 220px;
    float: right;
    display: inline;
    margin: 0px;
    overflow: hidden;
    color: #000000;
    background-color: #42994B;
 }

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

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

 .sf_blog_sidebar ul li a:hover {
    background-color: #999999;
    color: #B6C0C0;
 }

 .sf_blog_content {
    width: 670px;
    min-height: 300px;
    height: auto !important;
    padding: 0px 0px 0px;
    float: left;
    display: inline;
    background-color: #8063A3;
 }

 a:link {
    color: #D2D2D2;
 }

 a:visited {
    color: #D0EBE5;
 }

 a:hover {
    color: #ffffff;
 }

 .sf_blog_main_header {
    font-weight: normal;
    font-size: 30px;
    color: #ACA861;
 }

 .sf_blog_header_wrapper {
    padding: 11px 20px 10px;
    margin-bottom: 10px;
    background-position: top right;
    background-color: #393939;
    background-repeat: no-repeat;
    background-image: url(images/images.jpeg);
 }

 
