
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:855px;
		height: 100%;
		background-color: #fff;
		background-image: url(../images/layout3/Background_Content3.gif);
		background-position: top center;
		background-repeat: repeat-y;
	}
	
/* WB-LAYOUT-HEADER: This is the header section */
	
	
	#wb-layout-header-base {
		display: none;
	}
	
	
	/* Navigation */
	
	#wb-navigation-subtop {
		display: block;
		width: 855px;
		height: 35px;		
		background-image: url(../images/layout3/Background_TopNav3.jpg);
		background-color: #a49777;
		background-position: top center;
		background-repeat: no-repeat;
		overflow:hidden;
    }
/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	padding: 12px 10px 0px;
	height: 23px;
}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
		}

	#wb-layout-sidebar { 
        display: none;
	}

	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:830px;
		height: 100%;
		padding: 10px;
		float: right;
		background-color: transparent;
		background-image: none;
	}




	

