body {
	padding:0;
	margin:0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:100.01%;
}

#outer {
	height:100%;
	min-height:100%;
	margin-left:130px;
	margin-right:130px;
	margin-bottom:-52px;
}
 
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:70px;
	overflow:hidden;
	text-align: center;
}
#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	margin-left:-120px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:10px;/*needed to make room for header*/
	left:1px;
}
* 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*/

#right {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	margin-right:-120px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:10px;/*needed to make room for header*/
	left:1px;
	padding-left: 10px;
}

#footer {
	width:100%;
	clear:both;
	height:30px;
	border-top:1px solid #000;
	text-align:center;
	position:relative;
	padding-top: 10px;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper thanks to Tim Connor*/
* html #minHeight{margin-bottom:-50px;} 

#centrecontent
	{
	}

h1
	{
	font-size: 150%;
	}

.headertxt
	{
	font-size: 160%;
	}

