
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:880px;
		height: 100%;
        background-color: transparent;
		background-image: url(../images/layout3/Background_Content3.jpg);
		background-position: top right;
		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:850px;
		height:31px;
		padding: 0px 15px;
		background-color: transparent;
		background-image: url(../images/layout1/Background_TopNav1.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		overflow:hidden;
    }
/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	padding: 8px 10px 0px;
	height: 19px;
}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
		}
			#wb-navigation-subtop div a:hover {
			background-color:#333232;
		}	
		
	#wb-layout-sidebar { 
        display: none;
	}

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




	
