body {
    margin: 0 auto;
    color: #000;
    font-family: arial;
    font-size: 12px;
    background-color: #BA7BDA;
 }

 .sf_blog_header_wrapper {
    clear: both;
    width: 900px;
    height: 66px;
    background-position: left;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_extra4 {
    width: 675px;
    height: 130px;
    float: right;
    margin: 5px 10px 0 0;
    display: inline;
    background-repeat: no-repeat;
    background-image: url(images/animalbanner.jpg);
 }

 a:link {
    text-decoration: underline;
    color: #3E6F8F;
 }

 a:visited {
    color: #3E6F8F;
 }

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

 
