body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: verdana;
    font-size: 12px;
    background-color: #FBFFE0;
 }

 .sf_blog_header_wrapper {
    width: 900px;
    height: 20px;
    position: relative;
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_wrapper {
    border-left: solid 20px #FF6600;
    border-right: solid 20px #FF6600;
    width: 900px;
 }

 .sidebarlist {
    background-color: #000080;
 }

 h3.sf_blog_posttitle {
    background-color: #999999;
 }

 .sf_blog_main_header {
    text-align: left;
    font-weight: normal;
    width: 750px;
    padding: 20px 0 0 10px;
    font-size: 24px;
    color: #FFFFFF;
 }

 div#sidebar_left ol, div#sidebar_left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #666666;
 }

 .sidebarlist h2, .sidebarlist .calendartitle td {
    background-color: #999999;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    padding: 4px 10px 3px 3px;
    color: #666666;
    text-align: left;
 }

 .sidebaritem a:link {
    font-weight: normal;
    color: #666666;
 }

 .sidebaritem a:visited {
    color: #666666;
 }

 .sidebaritem a:hover {
    color: #666666;
    text-decoration: none;
 }

 .calendar td {
    color: #666666;
 }

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #666666;
 }

 
