.sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 100px;
    min-height: 100px;
    background-position: left;
    background-image: url(images/acu.jpg);
    background-repeat: repeat-x;
 }

 .sf_blog_extra2 {
    position: absolute;
    height: 50px;
    width: 158px;
    top: 10px;
    left: 10px;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    padding-left: 185px;
    padding-top: 12px;
    display: block;
    font-weight: bold;
    height: 47px;
    width: 550px;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 36px;
    color: #dccb7b;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    padding-left: 185px;
    padding-top: 3px;
    display: block;
    font-weight: normal;
    position: absolute;
    height: 30px;
    width: 550px;
    overflow: hidden;
    font-family: helvetica;
    font-size: 18px;
    color: #fbfbfb;
    background-image: none;
    background-repeat: no-repeat;
 }

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

 .sf_blog_content {
    float: right;
    width: 675px;
    margin: 0;
    padding: 5px 12px 0 0;
    height: auto !important;
    min-height: 200px;
    color: #000000;
 }

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

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

 a:visited {
    color: #7F743F;
 }

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

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

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

 
