/*   LAYOUT  2  */

* {margin:0;padding:0;}
body {
	text-align:center;
	margin:10px;
}
#printhead {display: none;}
#wrapper{
	min-width:700px;
	max-width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#outer{
	margin-left:160px;
	margin-right:1px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:112px;
	line-height:112px;	
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*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:157px;
	margin-right:1px;
}

#footer {	
	width:100%;
	clear:both;
	position:relative;
}

#clearheader{height:114px;}/*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;
}
#footer-menu {
	margin: 0 1px 0 160px;
}