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


/* -----[ content structure ]----- */		
	
#content-wrapper {
	float: left;
	background: #fff url(../img/bg-content-wrapper.gif) repeat-y 0 0;
	width: 100%;
	position: relative;
	z-index: 99;
	}	
	
#subnav-content {
	float: left;
	width: 757px;
	}		
	

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

	


	
