.sf_blog_header_wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: left;
    height: 156px;
    width: 950px;
    margin: 0 auto 5px;
    clear: both;
    background-image: url(images/site_header_2009b.jpg);
 }

 .sf_blog_main_header {
    width: 690px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0 0 0;
    margin-left: 247px;
    overflow: hidden;
    font-size: 35px;
    color: #E72D2D;
 }

 .sf_blog_wrapper {
    width: 970px;
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 10px;
    background-color: #fbfffe;
    background-image: url(images/side_gradient1.jpg);
 }

 .sf_blog_sidebar {
    background-image: url(images/sidebar_.jpg);
    float: left;
    display: inline;
    width: 230px;
    padding: 10px;
    margin: 10px 10px 5px;
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
    border-left: 1px solid #CC3300;
    border-right: 1px solid #CC3300;
    border-top: 5px solid #CC3300;
    border-bottom: 5px solid #CC3300;
    background-color: #FBFFFE;
    color: #000000;
 }

 .sidebarlist h2, .sidebarlist .calendartitle td {
    color: #ffffff;
    background-color: #E72D2D;
 }

 .sidebaritem {
    border: 1px solid #E72D2D;
 }

 /*---------------------Sidebar links----------------------*/
 .submit-button {
    background-color: #FFF2DF;
    border: 2px solid;
    border-color: #CCC #666 #666 #CCC;
    color: #000;
 }

 .submit-button:hover {
    background-color: #E72D2D;
    border-color: #666 #CCC #CCC #666;
    color: #FFF;
 }

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

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

 .sidebaritem td, .sidebaritem a, .sidebaritem a:visited {
    color: #E72D2D;
 }

 .sidebaritem a:hover {
    color: #000;
 }

 body {
    color: #000;
    background-color: #000000;
 }

 .sf_blog_footer {
    text-align: right;
    padding: 5px 5px 0 0;
    clear: both;
    width: 965px;
    background-color: #000000;
    color: #FBFFFE;
 }

 
