body{
	background-color: #E1E1E0;
	background-image: url(images/body_bg_6.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.sf_wrapper {
    position: relative;
}

.sf_outer_wrapper {
	background-color: #fff;
    border-top: none;
}

.sf_extra1 {
	background-image: url(images/header_border_bkgd_6.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.sf_header_wrapper {
	background-image: url(images/banner_image_6.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sf_main_header {
    color: #fff;
}

.sf_sub_header {
    color: #F2C616;
}

.sf_pagetitle {
    color: #2e2b52;
}

/* nav images and colors */

.sf_navigation {
    
}

.sf_navigation ul {
	border-bottom: 5px solid #8C3604;
    background-color: #C0947B;
    list-style-type: none;
}

.sf_navigation ul li {
	background-image: url(images/nav_left_edge_6.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sf_navigation ul li a {
	background-image: url(images/nav_bkgd_6.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#111;
}

.sf_navigation ul li a:hover {
	color: #fff;
	background-image: url(images/nav_bkgd_hilite_6.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sf_navigation ul li a:visited {
	color: #111;
	
}
.sf_footer {
	color: #fff;
	border-bottom: 5px solid #280A00;
	background-color: #8C3604;
	background-image: url(images/footer_bkgd_6.gif);
	background-repeat: repeat-x;
	background-position: left top;
}