
/* 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;
	}	
	

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

	


	
