.sf_blog_header_wrapper {
    background-repeat: no-repeat;
    margin-top: 20px;
    height: 180px;
    width: 900px;
    padding-top: 20px;
    background-image: url(images/kevinblogheader.jpg);
 }

 .sf_blog_footer {
    text-align: center;
    clear: both;
    margin: 0;
    padding: 15px 30px;
    font-size: 10px;
    color: #1823DA;
 }

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

 a:link {
    text-decoration: underline;
 }

 a:visited {
 }

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

 
