.sf_blog_footer {
    margin: 0;
    clear: both;
    text-align: center;
    height: 35px;
    margin-top: 8px;
    padding: 20px 0 0 0;
    border-bottom: solid 6px #194471;
    color: #194471;
    background-image: url(images/blog_footer.jpg);
    background-repeat: repeat-x;
 }

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

 a:visited {
    color: #5F8FBF;
 }

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

 .sf_blog_sub_header {
    width: 880px;
    margin: 0 10px !important;
    padding-top: 5px;
    height: 30px;
    overflow: hidden;
    font-family: arial;
    font-size: 14px;
    color: #FFFFFF;
 }

 .sf_blog_main_header {
    width: 880px;
    margin: 0 10px !important;
    padding-top: 15px;
    height: 42px;
    overflow: hidden;
    font-family: arial;
    font-size: 36px;
    color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
 }

 
