/* LAYOUT4.css
 * only content and footer visible
 */

#wb-layout-header {
	display: none;
}
#wb-layout-header-mask {
display:none;}


#wb-layout-main {
	width: 818px;
}
* html #wb-layout-main {
	width: 818px;
}
#wb-layout-sidebar {
	display: none;
}

#wb-layout-header-base {
	background-image:url(../images/layout4/red-light_hb.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:48px;
	margin-left:9px;
}

	#wb-container-outer {
		background-image:url(../images/layout4/red-light_bg.gif);
	}

