.sf_blog_header_wrapper {
    margin: 0 2px;
    background-position: right top;
    height: 136px;
    overflow: hidden;
    background-color: #C8CDD1;
    background-image: url(images/Gradient.gif);
    background-repeat: repeat-y;
 }

 .sf_blog_main_header {
    font-weight: bold;
    font-size: 20px;
    color: #230991;
 }

 .sf_blog_sub_header {
    padding: 5px 0 0 30px;
    margin-right: 305px;
    color: #230991;
 }

 .sf_blog_post {
    margin-bottom: 20px;
    border-bottom: 1px dotted #230991;
    padding-bottom: 20px;
 }

 body {
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    background-position: top;
    background-image: url(images/GradientBody.gif);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    color: #000000;
 }

 h3.sf_blog_posttitle {
    font-size: 24px;
    text-decoration: none;
    font-weight: bold!important;
    text-align: center;
 }

