/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		background-color: transparent;
		background-image: url(../images/layout2/Layout2_ContentRepeat.jpg);
		background-position: top left;
		background-repeat: repeat-y;
	}
	
/* SIDEBAR is for designs that have a left or right column built in 
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar { 
        float: right;
	}

	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		display: block;
		width: 200px;
		padding: 10px 3px 0px 0px;
		background-color: transparent;
	}

/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		float: left;
	}
