
	
/* WB-LAYOUT-HEADER: This is the header section */
	
	
	#wb-layout-header-base {
		display: none;
	}
	
	
	/* Navigation */
	
	#wb-navigation-subtop {
		display: block;
		width: 850px;
		height: 46px;
		padding: 0px 50px 0px 50px;
		background-color: transparent;
		background-image: url(../images/layout1/Layout1_HeaderBottom.jpg);
		background-position: top center;
		background-repeat: no-repeat;
    }
	#wb-navigation-subtop div {
		position: relative;
		text-align: center;
		margin: 0px 0px 0px 0px;
		height: 19px;
	}
			#wb-navigation-subtop div a {
			padding: 11px 5px 11px 5px;
			display: block;
		}
			#wb-navigation-subtop div a:hover {
			background-color: #3b8436;
		}	
		
	#wb-layout-sidebar { 
        display: none;
	}
	
	#wb-navigation-bottom div {
		margin: 0px 8px 0px 0px;
	}
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:860px;
		height: 100%;
		padding: 20px 36px 0px 46px;
		float: right;
		background-color: transparent;
		background-image: url(../images/layout3/Layout_ContentTop.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}




	

