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

#wb-layout-sidebar {
	float: right;
			border-left:1px dotted #586B3D;
			border-right:0;

	

}

			
#wb-layout-main {
	float: left;
	width:598px;

}


		

