#spacer {
	position:relative;
	overflow:hidden;
	width:100%;
	height:74px;
	background:#ffffff;
}
#container {
	position:relative;
	overflow:auto;
	width:100%;
	height:100%;
}
#content {
	position:relative;
	height:auto;
	z-index:0;
	width:100%;
}
#contentHeader {
	position:relative;
	margin:-88px 0 0 0;
	z-index:0;
}
#contentLeft {
	display:none;
}
#contentCenter {
	float:left;
	padding:24px 0 10px 0;
	width:100%;
	height:auto;
}
#contentRight {
	display:none;
}

