.sf_blog_header_wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: left;
    height: 198px;
    width: 950px;
    margin: 0 auto 5px;
    clear: both;
    background-image: url(images/water_not_waste_logo.jpg);
 }

 .sf_blog_sidebar {
    float: left;
    display: inline;
    width: 230px;
    padding: 10px;
    margin: 10px 10px 5px;
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 5px solid #999;
    border-bottom: 5px solid #999;
    background-image: url(images/sidebar_5.jpg);
    background-color: #E3A06A;
 }

 .sf_blog_main_header {
    width: 690px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0 0 0;
    margin-left: 247px;
    overflow: hidden;
    font-family: helvetica;
    font-size: 72px;
    color: #000000;
 }

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

 a:link {
    text-decoration: underline;
 }

 a:visited {
 }

 a:hover {
    text-decoration: none;
    color: #00000C32BC;
 }

 body {
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000001;
    font-family: helvetica;
    font-size: 12px;
    background-color: #000000;
 }

 
