

	#wb-container-contentwrapper {
		width:920px;
		height: 100%;
		background-color: transparent;
		background-image: url(../images/layout3/Layout3_Content.gif);
		background-position: top left;
		background-repeat: repeat-y; 	
	}
	#wb-container-inner {
		margin: auto;
		width:920px;
		text-align: center;
		background-image: url(../images/layout3/Layout3_Header.gif);
		background-position: top center;
		background-repeat: no-repeat;
		padding-bottom: 16px;
	}
	
/* WB-LAYOUT-HEADER: This is the header section */
	#wb-layout-header, #wb-layout-header-mask {
		width: 920px;
		height: 108px;
		background-color: transparent;
	}
		#wb-layout-header-base {
			display: none;
	}
	#wb-top-subbasenav {
		display: none;
	}

/* WB-LAYOUT-HEADER: This is the header section */


	#wb-navigation-subtop {
		display: block;
		width: 900px;
		height: 73px;
		padding: 2px 10px 0px 10px;
		background-color: transparent;
		background-image: url(../images/layout3/Layout3_Navigation.gif);
		background-position: top center;
		background-repeat: no-repeat;
		overflow: hidden;
    }
	#wb-navigation-subtop div {
		text-align: center;
		margin: 0px;
		height: 73px;
	}
			#wb-navigation-subtop div a {
			padding: 6px 8px 6px 8px;
			display: block;
		}
			#wb-navigation-subtop div a:hover {
			background-color:#961af4;
		}	
		
	#wb-layout-sidebar { 
        display: none;
	}
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:824px;
		height: 100%;
		padding: 0px 48px 0px 48px;
		float: left;
		background-color: transparent;
	}


