
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:942px;
		height: 100%;
		background-color: transparent;
		background-image: url(../images/layout1/Layout_ContentRepeat.jpg);
		background-position: top center;
		background-repeat: repeat-y; 	
	}
	#wb-layout-sidebar {
	display: none;
}

/* WB-LAYOUT-HEADER: This is the header section */
	
	
	#wb-layout-header-base {
		display: none;
	}
	
	
	/* Navigation */
	
	#wb-navigation-subtop {
		display: block;
		width: 942px;
		height: 70px;
		background-color: transparent;
		background-image: url(../images/layout3/Layout_Navigation.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		overflow: hidden;
    }
#wb-navigation-subtop div {
	float: left;
	padding: 28px 0 25px 34px;
	height: 13px;
}
#wb-navigation-subtop div a h3 {
	padding: 0 ;
	}
	
	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
	}
		#wb-navigation-subtop div.submenu div {
			padding: 7px 36px;
			clear: both;
		}
		
		#wb-navigation-subtop div.submenu a h3 {
			border:0 none !important;
		}

	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:860px;
		padding: 20px 36px 0px 46px;
		background-color: transparent;
		background-image: url(../images/layout3/Layout_ContentTop.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}




	
