.sf_blog_outer_wrapper {
    width: 900px;
    margin: 40px auto 0;
    background-color: #40ADB9;
 }

 a:link {
    text-decoration: underline;
    color: #00000806F3;
 }

 a:visited {
    color: #A399D7;
 }

 a:hover {
    text-decoration: underline;
    color: #FF0000;
 }

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

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

 .sf_blog_footer {
    margin: 0;
    clear: both;
    text-align: center;
    height: 35px;
    background-image: url(images/blog_footer.jpg);
    background-repeat: repeat-x;
    margin-top: 8px;
    padding: 20px 0 0 0;
    border-bottom: solid 6px #A51715;
    color: #000000;
 }

 body {
    margin: 0 auto;
    font-family: arial;
    font-size: 14px;
    background-color: #DC0510;
 }

 .sf_blog_main_header {
    width: 880px;
    margin: 0 10px !important;
    padding-top: 15px;
    height: 42px;
    overflow: hidden;
    font-family: arial;
    font-size: 18px;
    color: #000000;
 }

 .sf_blog_sub_header {
    width: 880px;
    margin: 0 10px !important;
    padding-top: 5px;
    height: 30px;
    overflow: hidden;
    font-family: arial;
    font-size: 14px;
    color: #000000;
 }

 
