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

.sf_wrapper{
	background-color: #522E1A;
}

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

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

.sf_extra10{
	background-color: #522E1A;
	background-image: url(images/nav_under_bg_2.gif);
	background-repeat: repeat-x;
}

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

.sf_footer {
	background-color: #522E1A;
	color:#999999;
}

