
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:850px;
		height: 100%;
		background-color: #fff;
		background-image: none;
	}

	
	#wb-layout-header,
	#wb-layout-sidebar {
		display: none;
	}
	
	#wb-layout-header-base {
		display: none;
	}
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:830px;
		height: 100%;
		padding: 10px;
		float: right;
		background-color: transparent;
		background-image: none;
	}

