/* CSS Document */
body{
	background-color: #47525E;
}

.sf_wrapper{
	background-color: #242C36;
}

.sf_navigation_top {
	background-image: url(images/nav_bg_1.gif);
	background-repeat: repeat;
}

.sf_navigation_top ul li a {
	color:#fff;
	background-image: url(images/navbutton_1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.sf_navigation_top ul li a:visited {
	color:#ffffff;
}


.sf_navigation_top ul li a:hover {
	color:#999999;
	background-image: url(images/navbutton_over_1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.sf_extra10{
	background-color: #242C36;
	background-image: url(images/nav_under_bg_1.gif);
	background-repeat: repeat-x;
}

.sf_header_wrapper {
	background-image: url(images/shaddow_body_1.gif);
	background-repeat: repeat-x;
}

.sf_footer {
	background-color: #242C36;
	color:#999999;
}

