
/* WB-LAYOUT-HEADER: This is the header section */
	
	#wb-container-outer {
		background-color: #FFFFFF;		
		background-image: url(../images/layout3/outer-bg.gif);
		background-repeat: repeat-x;
		background-position: top center;
		height: auto;
		min-height: 100%;
	}
	
				
	#wb-layout-header-base {
		display: none;
	}
	#wb-layout-top {
	}

	#wb-container-contentwrapper {
	
	}
	
	#wb-layout-footer {
	}
	
	#wb-layout-top-2 {
		height: 51px;
		/*background-image: url(../images/layout3/navigation-bg.gif);
		background-position: top left;
		background-repeat: no-repeat;*/
	}
	
	#wb-navigation-subtop {
		display: block;
		width: 789px;
		text-align:center !important;
		padding-top:18px;
		/*background-image: url(../images/layout3/navigation-bg.gif);
		background-position: top left;
		background-repeat: no-repeat;*/
		height: 14px;
		overflow: hidden;
    }
    #wb-navigation-subtop div.submenu {
			padding: 0px;
			margin: 0px;
			background-color: rgb(13,13,13);
			border: 2px solid #444444;
		}
		#wb-navigation-subtop div.submenu div {
			margin: 0px;
			width: auto;
			padding: 8px;
			float: none;
			width: 155px;
		}
    
	#wb-layout-sidebar { 
        display: none;
	}
	
	/* MAIN-CONTENT Area */
	#wb-layout-main {
		width:789px;
		height: 100%;
		float: none;
		background-image: none;
	}
	
	#wb-container-contentwrapper {
		width:789px;
		height: 100%;
		background-color: #FFFFFF;
		background-position: top left;
		background-repeat: repeat-y;
		background-image:none;		 	
	}
