			
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:880px;
		height: 100%;
		background-color: #fff;
		background-image: url(../images/layout2/Background_Content2.jpg);
		background-position: top right;
		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;
	}

	/* sidebar navigation */
	#wb-navigation {
		width:206px;
		height: 566px;
        background-color: transparent;
		background-image: url(../images/layout2/Background_RightNav-top.jpg);
		background-position: top right;
		background-repeat: repeat-y;
	}
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
		display: block;
		width: 191px;
		padding: 0px 15px 0px 0px;
		background-color: transparent;

	}
/* SIDEBAR NAVIGATION STRUCTURE 
**
**	Layout 1
**	Layout 2
**
*/	
	
	#wb-navigation-bottom div {
		width: 100%;
		padding: 0px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		width: 191px;
	}
			#wb-navigation-bottom div a {
			display: block;
			padding: 8px 5px 8px 16px;
			width: 170px;
		}

/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:659px;
		padding: 0px 0px 0px 15px;
		height: 100%;
		float: left;
		background-color: transparent;

	}

