/* Layout2.css
 * Use for right navigation
 */

#wb-container-contentwrapper {
	
			background-image:none;
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	
#wb-layout-sidebar {
	float: right;
}

#wb-navigation {
	
		padding-right: 20px;
	}

#wb-layout-main {
	float: left;
}

