			
	
/* 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.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;
	}


	#wb-navigation-top {
		width: 238px;
		min-height: 219px;
        background-color: transparent;
		background-image: url(../images/layout2/Layout_RightNav-top.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		border-bottom: 2px solid #bcbdd3;	
	}


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

