/* CjM Basic CSS Shell (shell.css) w/ Default Values */

/* Elements */
#layout, div.layout {
	position: absolute;
/*	background-color: #FF0000; */
	top: 0px; left: 0px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	text-align: center;
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
}

/* Spaces */
#content, div.content {
	position: relative;
/*	top: 0px; left: 0px; */
	width: 980px;
	min-height: 100%;
	height: 100%;
	text-align: left;
}

#top, div.top { position: absolute; left: 0px; top: 0px; width: 100%; height: auto; }
#bottom, div.bottom { position: absolute; left: 0px; top: auto; width: 100%; height: auto; }

#header, div.header { position: absolute; left: 0px; top: 0%; width: 100%; height: auto; }
#midder, div.midder { position: absolute; left: 0px; top: 20%; width: 100%; height: auto; }
#footer, div.footer { position: absolute; left: 0px; top: 80%; width: 100%; height: auto; /* bottom: 0;  */ }

#left, div.left { position: absolute; left: 0%; width: 20%; height: auto; }
#middle, div.middle { position: absolute; left: 20%; width: 60%; height: auto; }
#right, div.right { position: absolute; left: 80%; width: 20%; height: auto; }

#navigate, div.navigate { position: static; }
#copyright, div.copyright { font-size: 8pt; }

/*
#scene, div.scene { 
	font-family: "Courier New", Courier, mono; 
	font-size: 10pt;
	background-repeat: no-repeat;
	height: 425px; min-height: 425px;
	width: 625px; min-width: 625px;
}
*/
