/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background:#E4E4E4 url(leftcolbg.jpg) repeat-y left top;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#outer{
	height:100%;
	min-height:100%;
	margin-left:151px;
	margin-right:151px;
	background:#FFFFFF;
	/*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:90px;
	background-color: #FFFFFF;
	overflow:92;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


#left {
	position:relative;/*ie needs this to show float */
	width:151px;
	float:left;
	margin-left:-150px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#left p {padding-left:3px;padding-right:2px}
#right p {padding-right:1em;padding-left:1em;}

#right {
	position:relative;/*ie needs this to show float */
	width:151px;
	float:right;
	margin-right:-150px;/*must be 1px less than width otherwise won't push footer down */
}
* html #right {padding-bottom:52px ;margin-right:-151px;}/* stop float drop in ie */

#footer {
	width:100%;
	clear:both;
	height:20px;
	border-top:1px solid #000;
	background-color: #C50021;
	color: #FFFFFF;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}
#footer2 {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #ffffff;
	color: #00000;
	text-align:right;
	position:relative;
	font-size: .75em;
}
* html #footer2 {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:92px;}/*needed to make room for header*/
#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}
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%;
}

