
/* WB-LAYOUT-HEADER: This is the header section */
	
	#wb-container-outer {
		background-color: #a27d02;		
		background-image: url(../images/layout1/outer-bg.gif);
		background-repeat: repeat-x;
		background-position: top center;
		height: auto;
		min-height: 100%;
	}
	
	#wb-layout-header {
		background-color: transparent;
		background-image: url(../images/layout1/header-bg.jpg);		
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	#wb-layout-header-mask {
		width:800px;
		height:211px;						
		overflow: hidden;
	}
				
	#wb-layout-header-base {
		display: none;
	}
	#wb-layout-top {
	}

	#wb-container-contentwrapper {
	
	}
	
	#wb-layout-footer {
	}
	
	#wb-navigation-subtop {
		display: block;
		width: 800px;
		text-align:center !important;
		height: 50px;
		background-image: url(../images/layout3/navigation-bg.gif);
		background-position: top left;
		background-repeat: repeat-x;
		overflow:hidden;
    }
	#wb-navigation-subtop div {
	float: left;
	padding: 12px 10px 0px;
	height: 23px;
}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
		}

    
	#wb-layout-sidebar { 
        display: none;
	}
	
	/* MAIN-CONTENT Area */
	#wb-layout-main {
		width:800px;
		height: 100%;
		float: none;
		background-image: none;
	}
	
	#wb-container-contentwrapper {
		width:800px;
		height: 100%;
		background-color: #FFFFFF;
		background-position: top left;
		background-repeat: repeat-y;
		background-image:none;		 	
	}
