.sf_blog_header_wrapper {
    height: 175px;
    background-color: #5F4D35;
    clear: both;
    width: 950px;
    overflow: hidden;
    background-image: url(images/csibanner.jpg);
    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-family: times;
    font-size: 48px;
    color: #FFFFFF;
 }

 .sf_blog_sub_header {
    width: 675px;
    float: right;
    text-align: right;
    padding-right: 25px;
    background-color: transparent !important;
    color: #FFFFFF;
 }

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

 body {
    margin: 0 auto;
    color: #433421;
    font-family: times;
    font-size: 14px;
    background-color: #EAEDED;
 }

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

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

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

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

 a:visited {
    color: #0000FF;
 }

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

 
