
/* WB-LAYOUT-HEADER: This is the header section */
	
	#wb-layout-header-mask {
	}
				
	#wb-layout-header-base {
		display: none;
	}
	
	#wb-navigation-subtop {
		display: block;
		float:left;
		width: 870px;
		height:47px;
		background-color: transparent;
		background-image: url(../images/layout1/apparel-navbar.jpg);
		background-position: top left;
		background-repeat: repeat-x;
    }
    
	#wb-layout-sidebar { 
        display: none;
	}
	
	/* MAIN-CONTENT Area */
	#wb-layout-main {
		width:870px;
		height: 100%;
		margin-left: 11px;
		float: left;
		background-color: transparent;
		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
	}
