/*   LAYOUT  3  */
* {margin:0;padding:0;}
body {text-align:center;}
#printhead {display: none;}
#wrapper{ 
/* 	min-width:980px;*/
/* 	max-width:1080px;*/
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#outer{
	margin-left:190px;
	margin-right:190px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:159px;
	line-height:159px;	
	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 */
	left:-1px; 
}
* html #left {margin-right:-3px;}/* 3px jog*/
* html #outer{/* 3px jog*/
	margin-left:187px;
	margin-right:187px;
}
#right {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:right;
	margin-right:-189px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
}
* html #right {margin-right:-190px;margin-left:-3px;}/* stop float drop in ie + 3px jog */
#footer {	
	width:100%;
	clear:both;
	position:relative;
}
#clearheader{height:160px;}/*needed to make room for header*/
#centercontent {float:right;width:99%;position:relative;}
* html #centercontent{width:100%;}

.outerwrap {
float: left;
width: 99%;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
#counter{
	text-align:center;
	padding-top: 8px;
	background: #FFF;
}