

	#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: 50px;
		background-color: transparent;
    }
	#wb-navigation-subtop div {
		text-align: center;
		margin: 2px 0px 0px 0px;
		height: 19px;
	}
			#wb-navigation-subtop div a {
			padding: 6px 8px 5px 8px;
			display: block;
		}
			#wb-navigation-subtop div a:hover {
			padding: 6px 6px 5px 6px;
			border-left: #c7a990 solid 2px;
			border-right: #c7a990 solid 2px;
		}	
		
	#wb-layout-sidebar { 
        display: none;
	}
	
	#wb-navigation-bottom div {
		margin: 0px 8px 0px 0px;
	}
	
	/* 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;
	}





	
