			

/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:942px;
		height: 100%;
		background-color: transparent;
		background-image: url(../images/layout2/Layout2_ContentRepeat.jpg);
		background-position: top center;
		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;
        width: 270px;
		height: 100%;     
		padding-bottom: 40px;
        background-color: transparent;
		background-image: url(../images/layout2/Layout2_LeftTop.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}

	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		display: block;
		width: 214px;
		padding: 20px 46px 15px 10px;
		background-color: transparent;
	}

/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:626px;
		height: 100%;
		padding: 20px 10px 0px 36px;
		float: left;
		background-color: transparent;
		background-image: url(../images/layout2/Layout2_CenterTop.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
