
/* WB-LAYOUT-HEADER: This is the header section */
	
	#wb-container-outer {	
		background-image: url(../images/layout1/outer-bg.gif);
		background-repeat: repeat;
		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:890px;
		height:284px;		
			
		overflow: hidden;
	}
				
	#wb-layout-header-base {
		display: none;
	}
	#wb-layout-top {
	}

	#wb-container-contentwrapper {
	
	}
	
	#wb-layout-footer {
	}
	
	#wb-navigation-subtop {
		display: block;
		width: 890px;
		text-align:center !important;
		height: 23px;	
		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-bottom: 0.25em;
		padding-left: 1em;
		padding-right: 1em;
		padding-top:0.25em;
    }
    
	#wb-layout-sidebar { 
        display: none;
	}
	
	/* MAIN-CONTENT Area */
	#wb-layout-main {
		width:890px;
		height: 100%;
		float: none;
		background-image: none;
	}
	
	#wb-container-contentwrapper {
		width:890px;
		height: 100%;
		background-color: #FFFFFF;
		background-position: top left;
		background-repeat: repeat-y;
		background-image:none;		 	
	}
