.sf_blog_header_wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: left;
    height: 198px;
    width: 950px;
    margin: 0 auto 5px;
    clear: both;
    background-image: url(images/Panoramic_Image_(950x140).jpg);
 }

 .sf_blog_main_header {
    width: 690px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0 0 0;
    margin-left: 247px;
    overflow: hidden;
    font-size: 35px;
    color: #E0E8EB;
 }

 .sf_blog_sub_header {
    width: 690px;
    height: 80px;
    text-align: center;
    font-weight: bold;
    padding: 2px 0 0 0;
    margin-left: 247px;
    overflow: hidden;
    font-size: 16px;
    color: #E0E8EB;
 }

 .sf_blog_sidebar {
    float: left;
    display: inline;
    width: 230px;
    padding: 10px;
    margin: 10px 10px 5px;
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
    border-left: 1px solid #59613C;
    border-right: 1px solid #59613C;
    border-top: 5px solid #59613c;
    border-bottom: 5px solid #59613c;
    background-image: url(images/sidebar_1.jpg);
    background-color: #E0E8EB;
 }

 body {
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #59613c;
    font-family: arial;
    font-size: 12px;
    color: #214DB9;
 }

 
