/*

Specifically for calendars - we don't want a gigantically wide page, but we want to
take advantage of the full 1000px for the calendar itself.

Be sure to place this last so the styles cascade correctly.

Current as of 10/08/2012   TLS

All scripts and styles written by Travis Saling (trav@uw.edu) for the UW Department of
Electrical Engineering

*/


#section_nav {
	display: none;
	}

#main_content {
	width: auto;
	float: left;
	overflow: visible;
	}

