.sf_blog_outer_wrapper {
    width: 940px;
    margin: 0 auto;
    background-color: #E3DEC3;
 }

 .sf_blog_header_wrapper {
    width: 900px;
    height: 120px;
    position: relative;
    background-color: #B9A989;
    background-image: url(images/1434_qbc_fit.jpg);
    background-repeat: no-repeat;
 }

 body {
    margin: 0;
    padding: 0;
    background-color: #333333;
    font-family: verdana;
    font-size: 14px;
    color: #333333;
 }

 .sf_blog_content {
    width: 640px;
    float: right;
    padding: 10px 20px;
    font-family: verdana;
    font-size: 14px;
 }

 a:link {
    color: #3E2190;
 }

 a:visited {
    color: #6C79EC;
 }

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

 
