.sf_blog_sub_header {
    text-align: center;
    width: 400px;
    font-weight: bold;
    font-family: serif;
    font-size: 22px;
    color: #FF6600;
 }

 .sf_blog_main_header {
    text-align: center;
    width: 400px;
    font-weight: bold;
    font-family: serif;
    font-size: 48px;
    color: #FF6600;
 }

 .sf_blog_content {
    height: 1%;
    width: 596px;
    padding: 0 30px 30px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: bottom;
    float: right;
    display: inline;
    background-image: url(images/content_bottom_1.gif);
    background-color: #28282A;
 }

 .sf_blog_footer {
    text-align: center;
    clear: both;
    margin: 0;
    padding: 15px 30px;
    font-size: 14px;
    color: #FF6600;
 }

 a:link {
    text-decoration: underline;
 }

 a:visited {
 }

 a:hover {
    text-decoration: none;
    color: #FF6600;
 }

 
