.sf_blog_outer_wrapper {
    width: 800px;
    margin: 0px auto 0;
 }

 .sf_blog_sidebar {
    background-color: #F8EEED;
 }

 .sidebarlist h2, .sidebarlist .calendartitle td {
    color: #333;
    background-color: #CB9289;
 }

 .sf_blog_main_header {
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    margin: 0px 20px;
    padding-top: 30px;
    overflow: hidden;
    color: #FFFFFF;
 }

 .sf_blog_header_wrapper {
    height: 144px;
    clear: both;
    background-color: #63332c;
    background-image: url(images/Blog_Header.jpg);
    background-repeat: no-repeat;
 }

 body {
    margin: 0 auto;
    background-color: #63332C;
    font-family: verdana;
    font-size: 14px;
    color: #63332C;
 }

 .sf_blog_entry {
    margin-left: 13px;
    min-height: 1%;
    height: auto !important;
    _height: 1%;
 }

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

 a:visited {
    text-decoration: underline;
    color: #9A0000;
 }

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

 
