	#wb-layout-header-base {
		width:850px;
		height:64px;
		background-color: transparent;
		background-image: url(../images/layout2/Layout_TopNav-Right.gif);
		background-position: top center;
		background-repeat: no-repeat;
	}			
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site 
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:850px;
		height: 100%;
		background-color: #fff;
		background-image: url(../images/layout2/Layout_RightNav.gif);
		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;
	}

	#wb-navigation-bottom div {
		width: 100%;
		padding: 0px;
		text-align: left;
		margin: 0px 0px 0px 10px;
		width: 138px;
	}

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