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

 a:link {
    text-decoration: underline;
 }

 a:visited {
 }

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

 .sf_blog_main_header {
    width: 690px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0 0 0;
    margin-left: 247px;
    overflow: hidden;
    font-size: 35px;
    color: #CF52B5;
 }

 .sf_blog_sub_header {
    width: 690px;
    height: 80px;
    text-align: center;
    font-weight: bold;
    padding: 2px 0 0 0;
    margin-left: 247px;
    overflow: hidden;
    font-size: 16px;
    color: #C031A2;
 }

 body {
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    font-family: arial;
    font-size: 12px;
    background-color: #82296F;
 }

 .sf_blog_pagetitle {
    display: none;
    color: #CF52B5;
 }

 .sf_blog_footer {
    text-align: right;
    padding: 5px 5px 0 0;
    clear: both;
    width: 965px;
    color: #B770B3;
    background-color: #E86FBD;
 }

 .sf_blog_wrapper {
    width: 970px;
    background-position: left top;
    padding-top: 10px;
    background-color: #FBFFFE;
    background-image: url(images/bg_3.gif);
    background-repeat: repeat-y;
 }

 .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 #533C61;
    border-right: 1px solid #533C61;
    border-top: 5px solid #533C61;
    border-bottom: 5px solid #533C61;
    background-color: #E9A6E9;
    background-image: url(images/appleblossom.jpg);
    background-repeat: repeat-y;
 }

 
