	
	#wb-container-outer {
		background-color: #FFFFFF;		
		background-image: url(../images/layout4/outer-bg.gif);
		background-repeat: repeat-x;
		background-position: top center;
		height: auto;
		min-height: 100%;
	}
	
	#wb-layout-header {
		display: none;
		
	}
	
	#wb-layout-header-base {
		display: none;
	}
	
	#wb-layout-sidebar { 
        display: none;
	}
	
	#wb-navigation-subtop {
		display: block;
		width: 789px;
		height: 33px;
		padding-top:18px;
		background-color: transparent;
		background-position: top left;
		background-repeat: no-repeat;
    }
    
	/* MAIN-CONTENT Area */
	#wb-layout-main {
		width:778px;
		height: 100%;
		margin-top:20px;
		margin-left: 11px;
		float: none;
		background-image: none;
	}
	
		#wb-container-contentwrapper {
		width:789px;
		height: 100%;
		background-color: #FFFFFF;
		background-position: top left;
		background-repeat: repeat-y;
		background-image:none;		 	
	}
	
	#wb-navigation-subtop div {
    	display: none;
    }

