
/* 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;
	}
	
	
	/* Navigation */
	
	#wb-navigation-subtop {
		display: block;
		width: 850px;
		height: 39px;
		background-color: transparent;
		background-image: url(../images/layout3/Layout_TopNav3.gif);
		background-position: top center;
		background-repeat: no-repeat;
		overflow:hidden;
    }
	#wb-navigation-subtop div {
		left: 0px;
		text-align: center;
		margin: 0 0 8px;
	}
		#wb-navigation-subtop div.submenu {
			padding: 0px;
			background-color: #000000;
			width: auto;
		}
			#wb-navigation-subtop div.submenu div {
				width: 150px;
				float: none;
			}
			#wb-navigation-subtop div a {
			padding: 8px 3px 8px 3px;
			display: block;
		}
			#wb-navigation-subtop div a:hover {
			background-color:#3e458b;
		}	
		
	#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;
	}




	

