/*


Root
*/
@import "type.css";
@import "layout.css";

/*


Hiding Elements for Print
*/
#shell {
	margin: 0;
	padding: 0;
	width: 100%;
}
#head {
	width: 100%;
}
	#head * {
		bottom: auto !important;
		left: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		position: relative !important;
		right: auto !important;
		top: auto !important;
	}
#main, #sub {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#sub, #foot {
	text-align: center;
}
#sub *, #foot * {
	margin: auto;
	text-align: center;
}
.SubNav, #FootNav, #CocoDesign, .ToTop {
	display: none;
}

body {
	font-size: 90%;
}

