html, body {height:100%}
body {
	padding:0;
	margin:0;
	background:#000000;
	color: #fe8;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:160px;
	background:#000000;
	border-left:1px solid gray;
	border-right:1px solid gray;
	margin-bottom:-52px;
	padding: 5px;
	color: #fe8;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:135px;
	background:#000000;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	overflow:hidden;
	color: #fe8;
	text-align: center;
}
#header .text {
	font-size: small;
	font-weight: bold;
	color: #fe8;
	background-color: #000000;
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 5px;

}
#header .text2 {
	font-size: medium;
	font-weight: bold;
	color: #fe8;
	background-color: #000000;
	float: left;
	width: 200px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:137px;/*needed to make room for header*/
}
#left p {padding-left:3px;padding-right:2px}
#left h3{
	padding-left:3px;
	padding-right:2px; 
	color: #fe8;
	text-align: center;
}
#left ul li a {
		color: #cebdff;
		font: bold 10px/1.5 arial, sans-serif;
		text-decoration: none;
	}
#left ul li a:hover {
		background-color: black;
		color: #fe8;
	}
#left ul li{
	padding-left:3px;
	padding-right:2px;
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	background-color: #000000;
	/* color: #000000; */
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#footer ul li {
		display: inline;
		padding: 0 0.5em;
		border-left: 1px solid gray;	
}
#footer ul li.first {
		border-left: 0px none;
}
#footer ul li a {
		color: #fe8;
		font: bold 10px/1.5 arial, sans-serif;
		text-decoration: none;
}
#footer ul li a:hover{
		background-color: black;
		color: #cebdff;
}
h2 {
	color: #cebdff;
	text-align: center;
}
#clearheader{height:137px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

