/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	/*background:pink;
	color: #000000;*/
}
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:190px;
	background-color:#e1e1e1;
	/*border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	*/
	margin-bottom:-37px;
	
}
* html #outer{height:100%;margin-left:187px}/* ie 3 pixel jog*/ 
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:135px;
	/*background:#FF0000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	color: #000000;*/
	overflow:hidden;
	
}
#left {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	margin-left:-189px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:135px;/*needed to make room for header*/
	left:-1px;/* line things up exactly*/
	background-color:#FFFFFF;
}
* html #left {margin-right:-3px}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:37px;
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #FF8080;
	color: #000000;
	text-align:center;*/
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:37px;/* for ie5 */
	he\ight:35px;/* for ie6 */
}
#clearheader{height:135px;}/*needed to make room for header*/
#clearfooter{clear:both;height:37px;}/*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 */
