@charset "utf-8";
/* 
this stylesheet hides the nav bar and makes the content span the whole width
for the legal section only
 */
#nav {
	display: none;
}
#mainContent {
	width: 650px;
}
