body {
    margin: 0 auto;
    color: #433421;
    font-family: arial;
    font-size: 12px;
    background-color: #EBE3D5;
 }

 .sf_blog_main_header {
    float: right;
    text-align: center;
    padding-right: 25px;
    padding-top: 15px;
    display: block;
    width: 675px;
    font-weight: bold;
    overflow: hidden;
    font-family: cursive;
    font-size: 30px;
    color: #B5E7FF;
 }

 .sf_blog_sub_header {
    width: 675px;
    float: right;
    text-align: center;
    padding-right: 25px;
    padding-top: 15px;
    font-family: cursive;
    font-size: 20px;
    background-color: #732D78;
    color: #FFFFFF;
 }

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

 a:visited {
    color: #963563;
 }

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

 .sf_blog_sidebar ul li a:visited {
    color: #FFFFFF;
 }

 .sf_blog_sidebar ul li a:hover {
    color: #99C0DF;
 }

 .sf_blog_header_wrapper {
    height: 175px;
    background-repeat: repeat-x;
    background-color: #5F4D35;
    clear: both;
    width: 950px;
    overflow: hidden;
    background-image: url(images/blogheaderstm1.jpg);
 }

 
