/* BODY { height: 8.5in } Required for percentage heights below */
#header {
	background: DarkOrange;
	position: fixed;
	width: 100%;
	height: 100;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 2;
}
#sidebar {
	background: DarkOrange;
	position: fixed;
	width: 160px;
	height: auto;
	top: 90px;
	right: auto;
	bottom: 0;
	left: 0;
}
#main {
	position: absolute;
	width: 75%;
	height: auto;
	top: 110px;
/*	right: 160px; */
	bottom: 50px;
	left: 200px;
	z-index: 1;
}
#footer {
	background: DarkOrange;
	position: fixed;
	width: 100%;
	height: 50px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
