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


/* -----[ content structure ]----- */		
	
#content-wrapper {
	float: left;
	background-color: #fff;
	width: 100%;
	position: relative;
	z-index: 99;
	}	
	

/* -----[ content area ]----- */		
	
#content {
	float: right;
	width: 719px;
	padding: 0 53px 20px 0;
	display: inline; /* fixes double float doubled margin bug in IE */
	}	
	

	


	
