body {
    background: #000;
 }

 .sf_blog_header_wrapper {
    height: 200px;
    overflow: hidden;
 }

 .sf_blog_extra2 {
    background-image: url(images/flash_header.jpg);
    background-repeat: no-repeat;
    height: 200px;
    width: 185px;
    float: left;
    display: inline;
 }

 .sf_blog_main_header {
    width: 725px;
    font-size: 22px;
    font-weight: bold;
    float: right;
    display: inline;
    margin: 20px 20px 0 20px;
 }

 .sf_blog_sub_header {
    width: 725px;
    float: right;
    display: inline;
    margin: 2px 20px 0 20px;
 }

 a:link {
    color: #AA0000;
    background-image: none;
    background-repeat: no-repeat;
 }

 a:visited {
    color: #AA0000;
    background-image: none;
    background-repeat: no-repeat;
 }

 a:hover {
    color: #EA0505;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_extra4 {
    background: #045C97;
 }

 h3.sf_blog_posttitle {
    background: #045C97;
 }

 
