@import url("reset.css");
@import url("layout.css");
@import url("typography.css");

body, #container {
	background: none;
}
#wrapper {
	margin: 0;
	width: auto;
}
#logo, #nav, #nav-feature2, #tab-active, .caption a, #map, #instructions, .home .links {
	display: none;
}


a:link, a:visited {
	color: #5D4431;
	text-decoration: none;
}

