.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/NewCDMasthead2.jpg);
 }

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

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

 a:visited {
    color: #6FA5DF;
 }

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

 .sf_blog_main_header {
    width: 880px;
    margin: 0 10px !important;
    padding-top: 15px;
    height: 42px;
    overflow: hidden;
    font-family: times;
    font-size: 20px;
    color: #FFFFFF;
 }

 .sf_blog_sub_header {
    width: 880px;
    margin: 0 10px !important;
    padding-top: 5px;
    height: 30px;
    overflow: hidden;
    font-family: times;
    font-size: 18px;
    color: #FFFFFF;
 }

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

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

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

 
