/* WB-LAYOUT-HEADER: This is the header section */	
	/* Navigation */
	#wb-layout-top-2 {
		display: block;
	}
	
		#wb-navigation-subtop div a {
			padding: 5px 5px;
			display: block;
			border-bottom: 2px dotted #ccc;
			white-space: nowrap;
		}
			#wb-navigation-subtop div a:hover {
		}	
		
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		background-image: url(../images/layout3/Background_Content3.gif);
		background-repeat: repeat-y;
		background-position:top center;
		padding-bottom: 10px;
	}
	#wb-layout-sidebar { 
        display: none;
	}
	
	#wb-layout-main {
		width:872px;
		height: 100%;
		padding: 0px 13px;
		float: left;
		/*background-color: #fff;*/
	}



	
