/*   LAYOUT  2  FORTOVED  FORUM    */

body {
	text-align:center;
	margin:8px;
	/* position: absolute;	*/
}
#printhead {display: none;}
#wrapper{
	min-width:780px;
	max-width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
    background-color: #fff;		
	position:relative;	
}
* html #wrapper{
	position:static;	
}
#header{
	width:100%;
	height:132px;
	line-height:132px;	
}
#footer {	
	width:100%;
	clear:both;
	position:relative;
}
#centercontent{width:100%}

.outerwrap {
	float: left;
	width: 100%;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}