.sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 100px;
    background-position: left;
    border-top: 6px solid #fff;
    background-repeat: no-repeat;
    background-image: url(images/plaintopbanner.jpg);
 }

 .sf_blog_sidebar {
    float: right;
    display: inline;
    width: 200px;
    padding-bottom: 32px;
    margin: 4px 0 4px 5px;
    overflow: hidden;
    background-color: #5E5B52;
 }

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

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

 body {
    margin: 0 auto;
    font-family: arial;
    font-size: 12px;
    background-color: #A7B488;
 }

 a:link {
    text-decoration: underline;
    color: #5E5B52;
 }

 a:visited {
    color: #5E5B52;
 }

 a:hover {
    text-decoration: underline;
    color: #000000;
 }

 
