body{
	background-color: #282b36;
	background-image: url(images/body_bg_4.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.sf_wrapper {
    position: relative;
}

.sf_outer_wrapper {
	background-color: #fff;
	border: 1px solid #394A6C;
}

.sf_header_wrapper {
	background-color: #4ea5cd;
	background-image: url(images/main_head_bkgd_4.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

.sf_extra4 {
	background-image: url(images/music_guy_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sf_main_header {
    color: #333;
}

.sf_sub_header {
    color: #222;
}

.sf_navigation_top {
    border-top: 5px solid #acbac1;
}

.sf_navigation_top ul li a {
}

.sf_footer {
    color: #999;
}

.sf_pagetitle {
	color: #005075;	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* nav images and colors */
.sf_navigation_top {
	background-color: #F7F7F7;
	background-image: url(images/nav_bkgd_tile_4.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

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

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

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

.sf_navigation_top ul li a:hover {
	color: #333;
	background-image: url(images/nav_right_edge_hilite_4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
