.sf_blog_header_wrapper {
    position: relative;
    background-position: left;
    height: 198px;
    width: 950px;
    margin: 0 auto 5px;
    clear: both;
    background-image: url(images/blogbanner_newfinal.jpg);
    background-repeat: no-repeat;
 }

 .sf_blog_sidebar {
    float: left;
    display: inline;
    width: 230px;
    padding: 10px;
    margin: 10px 10px 5px;
    background-position: right bottom;
    overflow: hidden;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    background-color: #E61E74;
    background-image: none;
    background-repeat: no-repeat;
 }

 a:link {
    text-decoration: underline;
 }

 a:visited {
 }

 a:hover {
    text-decoration: none;
    color: #5FE8E7;
 }

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

 body {
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #000;
    font-family: helvetica;
    font-size: 12px;
    color: #40ADB9;
 }

 
