/* turn off all the junk */

#icon, #fade, #banner, #flower, #onedeep, #twodeep, #threedeep, #ancil, #story #s_icon, .top {
	display: none;
}
body {
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/* everything below here is basically undoing all the crazy floating stuff that was happening on screen */

h1 {
	display: block;
	position: static;
	text-align: left;
}
h2, .showh2 {
	display: block;
	position: static;
	font-size: 1.4em;
	color: #000000;
	top: auto;
	right: auto;
	text-align: left;
	z-index: auto;
	padding: auto;
	margin: auto;
}
h2 .sub {
	font-size: 0.9em;
}
h3 {
	font-size: 1.2em;
	color: #000000;
	margin-top: 1.2em;
}
h4 {
	font-size: 1em;
	color: #000000;
}
#content_box {
	position: static;
	width: auto;
	top: auto;
	left: auto;
	border: none;
	padding: auto;
	margin: auto;
	text-align: left;
}
#content {
	position: static;
}
#call {
	position: static;
	color: #000000;
}
