/*
* Lawrence University Stylesheet
* Skin: JUN2009_001
* Level: level_4
* Type: Override
*
* 6-29-2009
*/



/*
* BODY CONTENT AREA
***************************************************/
#body-content {
	/* no background for level 4 */
	background-color: #ffffff;
	background-image: none;
}
/***************************************************/



/*
* ICON
***************************************************/
/* hide icon div and contents */
#icon 
{
	display: none;
}
/***************************************************/



/*
* MAIN CONTENT AREA
***************************************************/
#main-content /* This holds the actual content on the page, inside of the body-content DIV */
{
	float: none;
	position: relative;
	clear: both;
	
	margin: 0; 
	line-height: 160%;
	padding: 10px 20px 31px 20px;
	z-index: 1;
	width: 760px;
}
/***************************************************/
