html, body {height:100%}

.alignleft {float:left; border:1px solid #000; margin:5px; }

A:link { text-decoration:none; color:#000000; } 
A:visited { text-decoration: none; color:#000000 }
A:hover { text-decoration: underline; color: }

.HL {background: #ffffff;
color: #000000; line-height: 50px; font-size:12pt; text-align: center;}


body {
	margin:0;
	padding: 0;
	text-align:center center;
	min-width:820px;
	background-color:  #FDECD7; 
	background-image:  url(backgrounds/hugback2.png);
	background-repeat: repeat-y;
	background-position: center center;
	color: #000000;
}
#outer{

	height:100%;
	min-height:100%;
	width:818px;
	border-top:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	margin-bottom:-52px;/* make room for footer */
	position:relative;
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:658px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:818px;
	height:70px;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:158px;
	float:left;
	padding-top:72px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */

}

#left p {padding-left:3px;padding-right:0px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:158px;
	float:right;
	padding-top:72px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */

}

#footer {
	width:818px;
	clear:both;
	height:50px;
	border-bottom:1px solid #000;

	color: #000000;
	text-align:center;
	margin:auto;
	position: relative;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:482px;
	float:right;
	padding-left:8px;
	padding-right:8px;
	padding-top:72px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent p {padding-left:0px}

* html #ieclear {width:100%;height:52px} /* for ie to clear footer */