/* CSS Document */
body{
	background-color: #807C3A;
}

.sf_wrapper{
	background-color: #3B3A25;
}

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

.sf_navigation_top ul li a {
	color:#ffffff;
	background-image: url(images/navbutton_5.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_5.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.sf_extra10{
	background-color: #3B3A25;
	background-image: url(images/nav_under_bg_5.gif);
	background-repeat: repeat-x;
}

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

.sf_footer {
	background-color: #3B3A25;
	color:#999;
}


