body{
	background-color: #FBFBFB;
	background-image: url(images/body_bg_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.sf_wrapper {
    background-color: #BDB68A;
}

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

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

.sf_extra4 {

}

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

.sf_extra3 {
	background-image: url(images/right_header_image_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sf_main_header {
    color: #fff;
}

.sf_sub_header {
    color: #fff;
}



.sf_pagetitle {
	color: #666;
	background-color: #fff;
	background-image: url(images/top_left_corner_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sf_pagetitle div {
	background-image: url(images/top_right_corner_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* nav images and colors */

.sf_navigation {
	background-color: #fff;
	background-image: url(images/nav_bkgd_tile_1.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

.sf_navigation ul {
    list-style-type: none;
}

.sf_navigation ul li {
	background-image: url(images/nav_bkgd_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sf_navigation ul li a {
	color: #fff;
	background-image: url(images/nav_right_edge_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sf_navigation ul li a:hover {
	color: #fff;
	background-image: url(images/nav_right_edge_hilite_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sf_navigation ul li a:visited {
	color: #fff;
	
}

.sf_content {
    background-color: #fff;
    color: #333;
}

.sf_extra7 {
	height: 20px;
	background-color: #fff;
	background-image: url(images/bottom_left_corner_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sf_extra7 span {
	height: 20px;
	background-image: url(images/bottom_right_corner_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sf_footer {
	color: #eee;
	border-top: 1px solid white;
	background-color: #333;
	background-image: url(images/footer_bkgd_1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}