body{
	background: #671A1A;
}

a {
    color: #FC0000;
}
/* top rounded borders */
div.sf_extra1 {
	background: #671A1A url(images/top_left_bkgd_3.jpg) no-repeat top left;
	height: 21px;
}

div.sf_extra1 span {
    background: #671A1A url(images/top_right_bkgd_3.jpg) no-repeat top right;
    height: 21px;
    width: 21px;
    float: right;
}

/* content borders */
div.sf_outer_wrapper {
    background: #fff url(images/middle_left_bkgd_3.jpg) repeat-y top left;
}

div.sf_wrapper {
    background: #fff url(images/middle_right_bkgd_3.jpg) repeat-y top right;
}

/* footer borders*/
div.sf_extra9 {
    background: #671A1A url(images/bottom_left_bkgd_3.jpg) no-repeat bottom left;
	height: 21px;
}

div.sf_extra9 span {
    background: #671A1A url(images/bottom_right_bkgd_3.jpg) no-repeat top right;
    height: 21px;
    width: 21px;
    float: right;
}

div.sf_navigation {
    background: #671A1A url(images/nav_bkgd_3.jpg) repeat-x bottom left;
}

div.sf_navigation ul li a {
	color: #fff;
}
div.sf_navigation ul li a:hover {
    color: #cf6b6b;
}

div.sf_pagetitle {
    background: #fff;
    color: #671A1A;
}

div.sf_content {

}

.sf_footer {

}