/* styles for 3-column pages on LSA website */


/* -----[ content structure ]----- */		
	
#content-wrapper {
	float: left;
	width: 100%;
	position: relative;
	z-index: 99;
	background-repeat: repeat-y;
	background-position: 0 0;
	}	
	
#subnav-content {
	float: left;
	width: 745px;
	}		
	

/* -----[ content area ]----- */		
	
#content {
	float: right;
	width: 540px;
	margin: 0 0 20px 0;
	}	
	

	


	
