
	#wb-container-contentwrapper {
		width:860px;
		height: 100%;
		background-color: transparent;
		background-image: none;	
	}

/* WB-LAYOUT-HEADER: This is the header section */
	
			
	#wb-layout-header-base {
		
	}

	#wb-navigation-subtop {
		display: block;
		width: 850px;
		height: 43px;
		overflow: hidden;
		padding: 0px 10px 0px 10px;
		background-color: transparent;
		background-image: url(../images/layout3/Layout3_Navigation.gif);
		background-position: top center;
		background-repeat: no-repeat;
    }
	#wb-navigation-subtop div {
		text-align: center;
		margin: 0px;
		height: 43px;
	}
			#wb-navigation-subtop div a {
			padding: 12px 8px 12px 8px;
			display: block;
		}
			#wb-navigation-subtop div a:hover {
			padding: 11px 8px 12px 8px;
			border-top: 1px solid #e4e4e4;

		}	
		
	#wb-layout-sidebar { 
        display: none;
	}
	
	/* MAIN-CONTENT Area */
	#wb-layout-main {
		width:860px;
		height: 100%;
		float: none;
		background-image: none;
		margin: 10px 0px 0px 5px;
	}
