.sf_blog_header_wrapper {
    height: 120px;
    clear: both;
    background-repeat: no-repeat;
    background-color: #2D637D;
    background-image: url(images/cropped_guitar.jpg);
 }

 h3.sf_blog_posttitle a {
    text-decoration: underline;
    color: #44AA66;
 }

 .sf_blog_main_header {
    float: right;
    text-align: right;
    margin-right: 20px;
    padding-top: 5px;
    width: 675px;
    height: 65px;
    font-weight: normal;
    overflow: hidden;
    font-size: 28px;
    color: #EA0606;
 }

 .sf_blog_sidebar {
    float: left;
    margin: 0;
    display: inline;
    width: 240px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;
    background-color: #2D637D;
 }

 body {
    margin: 0 auto;
    background-color: #1C3C4B;
    font-family: verdana;
    font-size: 12px;
    color: #333333;
 }

 
