.sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 100px;
    min-height: 100px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(images/header_for_podcast_rss_page1.jpg);
 }

 .sf_blog_extra2 {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 0;
    left: 0;
    background-image: none;
    background-repeat: no-repeat;
 }

 body {
    margin: 0 auto;
    background-image: url(images/blog_body_bg_3.jpg);
    background-repeat: repeat-x;
    font-family: arial;
    font-size: 12px;
    background-color: #000003366;
 }

 .sf_blog_content {
    float: right;
    width: 675px;
    margin: 0;
    padding: 5px 12px 0 0;
    height: auto !important;
    min-height: 200px;
    color: #416CAF;
 }

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

 a:visited {
    color: #416CAF;
 }

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

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #000000;
 }

 
