	#wb-container-inner {
		background-image: url(../images/layout3/Layout3_HeaderBG.gif);
	}

	#wb-container-contentwrapper {
		background-image: url(../images/layout3/Layout3_Content.gif);
	}
	
/* WB-LAYOUT-HEADER: This is the header section */
	
	#wb-layout-header {
		background-image: url(../images/layout3/Layout3_Mask.png);
		height: 276px;
		background-repeat: no-repeat;
	}
		* html #wb-layout-header {
			height: 261px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/layout3/Layout3_Mask.png, );
		}
	
	#wb-layout-header-base {
		display: none;
	}
	
	
	/* Navigation */
	
	#wb-navigation-subtop {
		display: block;
		width: 830px;
		height: 58px;
		padding: 0px 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: 10px 0px 0px 0px;
		height: 46px;
		padding-left: 0px;
	}
			#wb-navigation-subtop div a {
			padding: 14px 8px 14px 8px;
			display: block;
		}
			#wb-navigation-subtop div a:hover {
			background-color:#ed9118;
		}
		#wb-navigation-subtop div.submenu {
			margin-top: 0px;
			padding-left: 0px;
			height: auto;
		}
		#wb-navigation-subtop div.submenu div {
			margin-top: 0px;
			padding-left: 0px;
		}
		
	#wb-layout-sidebar { 
        display: none;
	}
	
	#wb-navigation-bottom div {
		margin: 0px 8px 0px 0px;
	}
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:831px;
		height: 100%;
		margin-left: 10px;
		background-color: transparent;
		float:left;
	}
* html 	#wb-layout-main {
		width:831px;
		margin-left:5px;

	}
/* Page FOOTER 
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		background-image: url(../images/layout3/Layout3_Footer.gif);
	}




	
