/* Layout2.css
 * Use for right navigation
 */
 
 #wb-layout-header {
		width:800px;
		height:388px;
		background-image:url(../images/layout2/esp_l2_h.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-color:#ff7a05;
		
	}	
	
		
			* html #wb-layout-header a {
				position: relative;
			}
	
	
	
		
	#wb-layout-header-mask {
		width:800px;
		height:388px;
		overflow:hidden;
	}

#wb-layout-sidebar {
	float: right;
	padding-left: 0px;
	padding-right: 10px;	}
	
	


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

}

	
	#wb-basenav {
	}

	#wb-navbasewrap {
	padding right: 15px;
	padding-top: 10px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/