/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		background-color: transparent;
		background-image: url(../images/layout3/Layout3_ContentRepeat.jpg);
		background-position: top left;
		background-repeat: repeat-y;
	}
	#wb-layout-sidebar {
	display: none;
}

/* WB-LAYOUT-HEADER: This is the header section */
	
	
	#wb-layout-header-base {
		display: none;
	}
	
	
	/* Navigation */
	
	#wb-navigation-subtop {
		display: block;
		width: 799px;
		height: 35px;
		padding: 0px 0px 0px 0px;
		background-image: url(../images/layout3/Layout_Navigation.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		overflow:hidden;
    }
/* top nav structure */
#wb-navigation-subtop div {
	float: left;
	padding: 0px 10px 0px;
	height: 23px;
	line-height:35px;
}

	#wb-navigation-subtop div.submenu {
		padding: 0px;
		height: auto;
		padding-bottom:7px;
	}
* html 	#wb-navigation-subtop div.submenu div{
	padding:0 5px;

	}
		#wb-navigation-subtop div.submenu div {
			padding: 5px 10px;
			clear: both;
		}
		#wb-navigation-subtop div a:hover h3{
			background-color: #636363;
			line-height:35px;
		}	

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




	

