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

 a:link {
    text-decoration: underline;
 }

 a:visited {
 }

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

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

 .sf_blog_content {
    height: 1%;
    width: 596px;
    padding: 0 30px 30px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: bottom;
    float: right;
    display: inline;
    background-image: url(images/content_bottom_1.gif);
    background-color: #28282A;
 }

 .sf_blog_main_header {
    text-align: center;
    width: 400px;
    font-weight: bold;
    font-family: arial;
    font-size: 24px;
    color: #666666;
 }

 .sf_blog_outer_wrapper {
    margin: 15px auto 0;
    width: 900px;
    border: solid #ffffff 12px;
    background-color: #000000;
 }

 body {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #222222;
    font-family: verdana;
    font-size: 12px;
    color: #FFFFFF;
 }

 
