body {
    margin: 0 auto;
    background-image: url(images/body_bg_1.jpg);
    background-repeat: repeat-x;
    background-position: top;
    font-family: sans-serif;
    font-size: 12px;
    background-color: #1F699D;
 }

 .sf_blog_sub_header {
    float: left;
    display: inline;
    width: 880px;
    margin-left: 20px !important;
    padding-top: 7px;
    height: 15px;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 12px;
    color: #990000;
 }

 .sf_blog_entry {
    margin-left: 11px;
    min-height: 1%;
    height: auto !important;
    _height: 1%;
    font-family: serif;
    font-size: 14px;
 }

 .sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(images/The_manifest_header.png);
 }

 .sf_blog_main_header {
    float: left;
    display: inline;
    width: 880px;
    margin-left: 20px !important;
    padding-top: 13px;
    padding-bottom: 17px;
    height: 35px;
    font-family: courier;
    font-size: 21px;
    color: #FFFFFF;
 }

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

 a:visited {
    color: #20699E;
 }

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

 
