.sf_blog_header_wrapper {
    height: 130px;
    clear: both;
    background-color: #0A0E17;
    background-image: url(images/inthecloudsbanner.jpg);
    background-repeat: no-repeat;
 }

 h3.sf_blog_posttitle a {
    text-decoration: underline;
    color: #16387B;
 }

 .sf_blog_main_header {
    font-weight: bold;
    height: 30px;
    margin: 0px 20px;
    padding-top: 30px;
    overflow: hidden;
    font-family: arial;
    font-size: 20px;
    color: #000000;
 }

 .sf_blog_sub_header {
    margin: 0px 20px;
    height: 20px;
    overflow: hidden;
    font-family: helvetica;
    font-size: 14px;
    color: #000000;
 }

 .sf_blog_sidebar {
    float: left;
    display: inline;
    width: 240px;
    padding: 0px;
    margin: 10px 0 5px 0;
    overflow: hidden;
    font-size: 11px;
    background-color: #F7F7F6;
 }

 body {
    margin: 0 auto;
    background-color: #FFFFFF;
    font-family: verdana;
    font-size: 12px;
    color: #000000;
 }

 
