/*   LAYOUT  2  VOLO PAGE    */

* {margin:0;padding:0}
body {
	text-align:center;
	margin:16px 0;	
}
#printhead {display: none;}
#wrapper{
	width:863px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#outer{
	margin-left:183px;
	margin-right:1px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:116px;
	line-height:116px;	
	overflow:hidden;
}

#left {
	position:relative;/*ie needs this to show float */
	width:183px;
	float:left;
	margin-left:-182px;/*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:180px;
	margin-right:1px;
}
#footer {	
	width:100%;
	clear:both;
	position:relative;
}
#clearheader{height:116px;}/*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;
}