.sf_blog_header_wrapper {
    height: 175px;
    clear: both;
    width: 950px;
    overflow: hidden;
    background-color: #5F4D35;
    background-image: url(images/horsefeathers_banner.jpg);
    background-repeat: no-repeat;
 }

 .sf_blog_sidebar {
    float: left;
    margin: 0;
    display: inline;
    width: 240px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;
    background-color: #a6a571;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    float: right;
    text-align: right;
    padding-right: 25px;
    padding-top: 15px;
    display: block;
    width: 675px;
    font-weight: bold;
    overflow: hidden;
    font-size: 24px;
    color: #EBE8E0;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    width: 675px;
    float: right;
    text-align: right;
    padding-right: 25px;
    background-color: transparent !important;
    color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
 }

 a:link {
    text-decoration: underline;
    color: #8A8181;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sidebaritem a:visited {
    color: #B0A4A4;
    background-image: none;
    background-repeat: no-repeat;
 }

 
