.sf_blog_outer_wrapper {
    margin: 0 auto;
    width: 971px;
    background-repeat: repeat-y;
    background-image: url(images/wrapper_bg_5.gif);
    background-color: #A4186C;
 }

 .sf_blog_pagetitle {
    display: none;
    color: #121212;
 }

 a:link {
    text-decoration: underline;
 }

 a:visited {
 }

 a:hover {
    text-decoration: none;
    color: #0E0E0E;
 }

 .sf_blog_sidebar {
    float: left;
    display: inline;
    width: 233px;
    margin: 0 0 0 33px;
    padding: 0;
    background-repeat: repeat-y;
    overflow: hidden;
    background-image: url(images/sidebar_bg_5.gif);
    background-color: #DBCCD5;
 }

 body {
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #111111;
    font-family: times;
    font-size: 14px;
    color: #121111;
 }

 .sf_blog_main_header {
    margin: 0 auto;
    padding: 5px 0 0 0;
    width: 900px;
    text-align: center;
    font-weight: bold;
    height: 35px;
    overflow: hidden;
    font-family: times;
    font-size: 35px;
    color: #0C0B0B;
 }

 .sf_blog_sub_header {
    margin: 0 auto;
    padding: 2px 0 0 0;
    width: 900px;
    text-align: center;
    font-weight: bold;
    height: 35px;
    overflow: hidden;
    font-family: times;
    font-size: 14px;
    color: #191718;
 }

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

 
