body{
	background-color: #000000;
}
.sf_wrapper {
    position: relative;
}

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

.sf_header_wrapper {
	background-color: #222222;
	border-top: 5px solid #222222;
}

.sf_footer {
	border-bottom: 5px solid #222222;
	background-image: url(images/footer_bkgd_1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.sf_footer {
    color: #222222;
}

.sf_pagetitle {
    color: #222222;
}

.sf_navigation {
	background-color: #222222;
	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-color: #222222;
	background-image: url(images/nav_bkgd_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

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

.sf_navigation ul li a:hover {
	color: #222222;
	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: #222222;
	
}
