.sf_wrapper {
    background-color: #535762;
    background-image: none;
    width: 922px;
    margin-top: 10px;
    background-repeat: repeat-x;
 }

 .sf_navigation ul li a:hover {
    color: #897D29;
    text-decoration: underline;
 }

 a:link {
    color: #897D29;
 }

 a:visited {
 }

 a:hover {
    color: #05586B;
 }

 .widgetset .widget_header {
    margin: 0px 0px 5px;
    padding: 4px 0px 6px 10px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    color: #ffffff;
    min-height: 12px;
 }

 .sf_blog_posttitle {
    background-color: #2B2B2B;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding: 4px 0 6px 10px;
    text-align: left;
    text-transform: uppercase;
 }

 .sf_blog_posttitle a:link, .sf_blog_posttitle a:visited {
    color: #FFFFFF;
    text-decoration: underline;
 }

 .sf_blog_posttitle a:hover {
    text-decoration: none;
    color: #05586B;
 }

 
