
html, body {height:100%}
body {
	padding:0;
	margin:0;
	/* background:pink url(leftcolbg.jpg) repeat-y left top;*/
	/* color:#CCFF00; */
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:22%;
	margin-right:22%;
	background:#F8E7EC;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-52px;
	color: #000000;
}
 
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:80px;
	background:#CCCCFF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	text-align: center;
}
#left {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:left;
	margin-left:-171px;/*must be 1px less than width otherwise won't push footer down */
}

p {padding-left:10px;padding-right:2px}
h1{padding-left:6px;font-size:125%;}
h2,h3{padding-left:6px;padding-right:6px;font-size:115%;}
.forty{font-size:40px;}

#right {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:right;
	margin-right:-171px;/*must be 1px less than width otherwise won't push footer down */
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #CCCCFF;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:80px;}/*needed to make room for header*/
#clearfooter{clear:both;height:50px;}/*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 */
#centrecontent {float:right;width:100%;position:relative;margin: 0 -0.5%;}
.outerwrap {
float: left;
width: 99%;
}
.left {padding: 8px;float: left;}
.right {padding: 8px;float: right;}
