body{
	background-color: #d0d0d0;
}
.sf_wrapper {
    position: relative;
    width:900px;
}

.sf_outer_wrapper {
	background-color: #000;
color: #fff;
        border-top: none;
        margin-top: 0px; 
        width:900px;
}

.sf_header_wrapper {
	background-color: #444444;
        background-image:url('http://app4.websitetonight.com/projects/1/2/9/4/1294156/images/dj_ny.jpg');
        background-repeat: no-repeat;
	border-top: 5px solid #444444;
        height:108px;
}

.sf_main_header {
    color: #fff;
}

.sf_sub_header {
    color: #fff;
}

.sf_footer {
    color: #999;
}

.sf_pagetitle {
    color: #444444;
}

/* 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;
        width:900px;

}

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

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

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

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