#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:80%;
	min-width:960px;
	max-width:2048px;
	background-color:#ffffff;
	box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
}
.copyright {
	text-align:center;
	font-style:italic;
	color:#666666;
	font-size-adjust:0.4;
	line-height:0.05;
}
.email {
	text-align:center;
	color:#BA1C21;
	font-size-adjust:0.4;
	line-height:0.05; 
}
nav b a {
	text-decoration:none;
}
header h1 {
	padding-left:1em;
	height:72px;
	line-height:240%;
	background-image: url(images/dsu.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
h1 {
	color:#FFFFFF;
	background-color:#BA1C21;
	margin-bottom:0;
}
nav {
	background-color:#F3F3F3;
	padding-bottom:0.5em;
	padding-top:0.5em;
	padding-right:0.5em;
	padding-left:2em;
}
h2 {
	color:#424242;
}
h3 {
	color:#BA1C21;
}
dd {
	color:#666666;
}
p {
	color:#666666;
}
li {
	color:#666666;
}
span {
	color:#BA1C21;
}

b {
	color:#BA1C21;
}

* {
	font-family:"arial";
}
body {
	background-image: linear-gradient(to bottom,#eeeeee,#ffffff);
	background-attachment:fixed;
}
footer {
	padding-bottom:1em;
	padding-top:1em;
	padding-right:1em;
	padding-left:1em;
}
main {
	padding-left:2em;
	padding-right:2em;
	display:block;
}
#homehero {
	background-image:url(images/homehero.jpg);
	height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
#studenthero {
	background-image:url(images/studenthero.jpg);
	height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
#facultyhero {
	background-image:url(images/facultyhero.jpg);
	height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}