/*   LAYOUT  2  */

* {margin:0;padding:0}
body {text-align:center;}
#printhead {display: none;}
#wrapper{
	width:850px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#outer{
	margin-left:190px;
	margin-right:1px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:104px;
	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:1px;
}
#footer {	
	width:100%;
	clear:both;
	position:relative;
}
#clearheader{height:104px;}/*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;
}
#goss{float:right;}
