body {
  width: 100%;
  padding: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: .8em;
  line-height: 1.4em;
  margin: 0 auto;
  background: #fff;
}
a:visited {
color: #54157D;
}
a:link {
color: #57068C;
}
#headerMin {
	width: 100%;
	margin: 0 auto 0 auto;
	height: 100%;
}
#mastLogo {
	float: left;
	margin: 0;
	height: 80px;
	width: 130px;
	background: url(images/nyu_logo.png);
}
#information {
	min-width:25em;
	max-width:55em;
	clear:both;
	margin: 5em auto;
	padding:1em 2em 6em 2em;
	border: none;
	background: #F0F0F0;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0px, #F6F6F6), color-stop(25px, #F0F0F0), color-stop(85%, #E9E9E9));
	background-image: url(http://www.nyu.edu/its/status/files.nyu.edu/css/images/nyu_files.png), -webkit-linear-gradient(#F6F6F6 0px, #F0F0F0 25px, #E9E9E9 85%);
	background-image: -moz-linear-gradient(#F6F6F6 0px, #F0F0F0 25px, #E9E9E9 85%);
	background-image: -o-linear-gradient(#F6F6F6 0px, #F0F0F0 25px, #E9E9E9 85%);
	background-image: -ms-linear-gradient(#F6F6F6 0px, #F0F0F0 25px, #E9E9E9 85%);
	background-image: url(images/nyu_classes.png), linear-gradient(#F6F6F6 0px, #F0F0F0 25px, #E9E9E9 85%), ;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
#information p {
	font-size:1.2em;
	line-height:1.4em;
}
#information h1 {
	border: none;
	background: none;
	padding: 0 0 0 0;
	color: #444;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.85);
	line-height:1em;
}
sup {
	font-size:.66em;
	line-height:1em;
}
#information li {
    font-size:1.2em;
}