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

	#wb-container-contentwrapper {
		background-image: url(../images/layout3/Layout3_Content.gif);
	}
	
/* WB-LAYOUT-HEADER: This is the header section */
	
	#wb-layout-header {
		height: 251px;
	}	
		#wb-layout-header-mask {
			height: 251px;
		}
	#wb-layout-header-base {
		display: none;
	}
	#wb-layout-top-2 {
		height: 48px;
	}
	
	/* Navigation */
	
	#wb-navigation-subtop {
		display: block;
		width: 866px;
		height: 48px;
		/*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: 1px 0px 0px 0px;
		height: 30px;
		width: auto;
		padding: 0px 8px;
	}
			#wb-navigation-subtop div a {
			padding: 10px 8px 10px 8px;
			display: block;
		}
			#wb-navigation-subtop div a:hover {
			background-color:#534741;
		}
			#wb-navigation-subtop div a:hover h3 {
				color: #eeeeee;
			}	
			#wb-navigation-subtop div a h3 {
				color: #eeeeee;
			}
		
		#wb-navigation-subtop div.submenu {
			padding: 0px;
			width: 150px;
			border: 2px solid #000000;
			height: auto;
			background-color: rgb(213, 206, 166);
		}
		#wb-navigation-subtop div.submenu div {
			clear: both;
			padding: 10px 8px;
			height: auto;
		}
			#wb-navigation-subtop div.submenu div a h3 {
			color: #333333;
			}
			#wb-navigation-subtop div.submenu div a {
			padding: 0px;
			}
			#wb-navigation-subtop div.submenu div a:hover h3 {
				background-color: rgb(213, 206, 166);
			} 
		
	#wb-layout-sidebar { 
        display: none;
	}
	
	#wb-navigation-bottom div {
		margin: 0px 8px 0px 0px;
	}
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:846px;
		height: 100%;
		padding: 0px 0px 0px 0px;
		background-color: transparent;
	}

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




	
