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

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

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

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

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

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

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


