
	#wb-container-contentwrapper {
		background-image: url(../images/layout3/Layout3_Content.gif);
	}
	
/* WB-LAYOUT-HEADER: This is the header section */
	
	
	#wb-layout-header-base {
		display: none;
	}
	
	
	/* Navigation */
	
	#wb-navigation-subtop {
		display: block;
		width: 895px;
		height: 35px;
		background-color: transparent;
		overflow:hidden;
    }
	#wb-navigation-subtop div {
		text-align: center;		
		padding: 4px 16px 5px 9px;
		height: 19px;
		float:left;
		
	}
	
		#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
		border:0;
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
			border:0;
		}

		#wb-navigation-subtop div:hover {
			border-left: #c7a990 solid 2px;
			border-right: #c7a990 solid 2px;
		}	
		
	#wb-layout-sidebar { 
        display: none;
	}
	

	
	/* MAIN-CONTENT Area */
	#wb-layout-main {
		width:883px;
		height: 100%;
		margin: 0px 6px 0px 6px;
		* margin: 0px 3px 0px 3px;
		background-color: transparent;
		background-image: url(../images/layout3/Layout3_Content.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}





	
