.sf_blog_header_wrapper {
    border: 3px double #707070;
    position: relative;
    background-position: right;
    height: 185px;
    width: 875px;
    margin: 10px auto;
    clear: both;
    background-image: url(images/Eggs_422x263.jpg);
    background-repeat: no-repeat;
 }

 .sf_blog_extra2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 437px;
    height: 185px;
    border-right: 2px solid #FFF;
    background-image: url(images/blog_box_437x185.jpg);
    background-repeat: no-repeat;
 }

 a:link {
    text-decoration: underline;
    color: #830A01;
 }

 a:visited {
    color: #2f6a00;
 }

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

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #830A01;
 }

 
