* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Lucida Grande', Lucida Grande, Lucida Sans, Lucida, Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.4em;
}

a {
	color: #808080;
}

h1 {
	font-family: 'Helvetica Neue', HelveticaNeue, Helvetica-Neue, Helvetica, Sans-Serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 32px;
	color: #000;
}

h1 span {
	color: #fede00;
}

h2 {
	color: #808080;
	font-size: 1em;
	text-transform: uppercase;
}

img {
	border: none;
}

p {
	margin-bottom: 2em;
}

#intro {
	background-image: url('../site-images/intro.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

#intro-link {
	display: block;
	height: 1000px;
	width: 100%;
}

#main {
	background-image: url('../site-images/stars.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#wrapper {
	margin-left: -25em;
	position: absolute;
		left: 50%;
		top: 0;
	width: 50em;
}

#head {
	width: 50em!important;
	overflow: hidden;
	clear: both;
	display: block;
}

#head img {
	display: block;
	margin: 32px 0;
}

#navigation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
	width: 100%;
}

#navigation ul {
	clear: both;
	overflow: hidden;
	padding: 0.8em;
	text-align: center;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: #000;
	text-decoration: none;
	padding: 0.3em 0.8em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-border-radius: 0.4em;
}

#navigation ul li a:hover {
	background-color: #000;
	color: #fff;
}

#content {
	clear: both;
	overflow: hidden;
}

#foot {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 0.7em;
	margin-bottom: 2em;
	padding: 0.8em;
	text-align: center;
	width: 100%;
	color: #ccc;
}

#foot a {
	color: #ccc;
}

.current {
	background-color: #808080;
	color: #fff!important;
}

.left {
	float: left;
	margin-bottom: 1em;
	margin-right: 2em;
}

.middle {
	text-align: center;
	width: 100%;
}

#location-right h2, #location-right p {
	text-align: left;
}

#sbe {
	margin-bottom: 32px;
	float: left;
	margin-right: 32px;
}

#locations {
	overflow: hidden;
	clear: both;
}

#events {
	
	overflow: hidden;
	clear: both;
	margin-bottom: 2em;
}

#events img {
	float: left;
	width: 8em;
	margin-right: 2em;
}

#logo {
	float: left;
}

#uofn {
	float: right;
}

#illustration {
	float: right;
	margin-left: 32px;
	margin-bottom: 16px;
	width: 400px;
	display: block;
}

#program {
	width: 50em;
	display: block;
	margin-bottom: 32px;
}
