
	#wb-container-contentwrapper {
		width:100%;
		min-height: 100%;
		background-color: transparent;
		background-image: none;	
	}

/* WB-LAYOUT-HEADER: This is the header section */

	#wb-layout-header {
		width: 850px;
		height: 274px;
		background-color: transparent;
	}	
	
	#wb-layout-header-mask {
		height: 274px;
	}
			
	#wb-layout-header-base {
		display: none;
	}

	#wb-navigation-subtop {
		display: block;
		width: 850px;
		height: 38px;
		padding: 0px 10px 0px 10px;
		background-color: transparent;
		background-image: url(../images/layout3/Layout3_Navigation.html);
		background-position: top center;
		background-repeat: no-repeat;
		overflow:hidden;
    }
	#wb-navigation-subtop div {
		float: left;
		text-align: center;
        height: 30px;
		padding-bottom: 0.25em;
		padding-left: .5em;
		padding-right: .5em;
		padding-top: 0.25em;
	}

	#wb-navigation-subtop div a {
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 10px;
		padding-top:.5em;
		display: block;
	}

    

	#wb-navigation-subtop div a:hover {
	}	
		
    #wb-navigation-subtop div.submenu {
		 display: none;
         position:absolute;
	     width:150px;
	   	 background-color:#ffffff;
		 height: auto;
    }

    #wb-navigation-subtop div.submenu div {
		clear: both;
    }

    #wb-navigation-subtop div.submenu div a{
		 text-align:left;
		 border-right: 0px;
         display:block;
	     background-color: #ffffff;
		 white-space: nowrap;
    }

	#wb-layout-sidebar { 
        display: none;
	}
	
	/* MAIN-CONTENT Area */
	#wb-layout-main {
		width:100%;
		min-height: 100%;
		float: left;
		background-image: none;
	}
