/* LAYOUT4.css
 * only content and footer visible
 */
 
*+html #wb-container-outer {
	height:100% !important;
}

#wb-layout-header-base {
	height:18px;
	background-color:#bb401a;
	
	
}
				* html #wb-layout-header-base {
				background-image:none;
				
		}
			
#wb-layout-header {
	display: none;
}
#wb-layout-header-mask {
display:none;}



#wb-layout-main {
	width: 792px;
	margin:0;
}
* html #wb-layout-main {
	width: 800px;
	margin:0;
}
#wb-layout-sidebar {
	display: none;
}

