
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:850px;
		height: 100%;
		background-color: #fff;
		background-image: none;
	}
	
/* WB-LAYOUT-HEADER: This is the header section */
	
	
	#wb-layout-header-base {
		display: none;
	}
	#wb-layout-sidebar { 
        display: none;
	}
	
	/* Navigation */
	
	#wb-navigation-subtop {
		display: block;
		width: 850px;
		height: 39px;
		background-color: transparent;
		background-image: url(../images/layout3/Layout_TopNav.jpg);
		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 a {
			border-bottom: 2px solid #232439;
			display: block;
		}
			#wb-navigation-subtop div a:hover {
			border-bottom: 2px solid #bcbdd3;
		}	
			#wb-navigation-subtop div.submenu {
				padding: 0px;
				height: auto;
			}
				#wb-navigation-subtop div.submenu div {
					padding: 5px 10px;
					clear: both;
				}
	
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:830px;
		height: 100%;
		padding: 10px;
		float: right;
		background-color: transparent;
		background-image: none;
	}
