html, body {height:100%}
body
{
	padding-right: 0px;
	padding-left: 0px;
	background: #cccc99;
	padding-bottom: 0px;
	margin: 0px;
	color: #000000;
	padding-top: 0px;
	z-index: 0;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:150px;
	background:white;
	border-left:0px solid #000;
	border-right:0px solid #000;
	
	border-bottom: 0px solid #000;
	margin-bottom:-70px;
	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:801px;
	height:135px;
	background:  url('images/mainbar.jpg');
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	overflow:hidden;
	color: #000000;
}
#left {
	Z-INDEX:1;
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	margin-left:-149px;/*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:0px}


#footer
{
	clear: both;
	border-top: #990033 5px solid;
	padding-left: 140px;
	vertical-align: text-bottom;
	width: 640px;
	border-bottom: #000 0px solid;
	position: relative;
	height: 67px;
	background-color: white;
	text-align: center;
}
#footer p {padding-top:13px;}

* html #footer {/*only ie gets this style*/
	\height:67px;/* for ie5 */
	he\ight:65px;/* for ie6 */
}
#clearheader{height:130px;}/*needed to make room for header*/
#clearfooter{clear:both;height:70px;}/*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 */
