  /* This is used to eliminate the grey right menu, 
	and just have the white body area to extend to 
	the right. */

#main {	/* New background image without grey right colum */
	background-image: url(/students-resources/calendar-archive/11Fall-calendar/images/subwide_bg.gif);
	}

#text {	/* Sets the width of the text (content) area */
	width: 760px;
	margin: 0px;
	padding: 0px;
	margin-right:-183px;
	}
	
#right_menu { /* No right hand menu */
	display: none;
	}	