html, body {
	color: #1a1a1a;
	font: 62.5% Verdana, Arial, san-serif;
	margin: 0;
	padding: 0;
}

html {
	background: #143192 url(images/bottom-bg.jpg) repeat-x 0 100%;
	}
	
body {
	 background: url(images/top-bg.jpg) repeat-x 50% 0;
	 }

* {
	margin: 0;
	padding: 0;
	}
	
/* TYPOGRAPHY */

h1, h2, h3 {
	font-size: 2.2em;
	}

p, li {
	font-size: 2em;
	line-height: 2em;
	}
	
.bb {
	color: #274f7d;
	font-weight: bold;
	}
	
/* STRUCTURE */

	
#wrapper {
	background: white url(images/students-header.jpg) top center no-repeat;
	width: 850px;
	padding-top: 345px;
	margin: 0 auto 215px auto;
	text-align: center;
	position: relative;
	}
	
/* EVENT MODULE */
	
div.event {
	background: #edf0fa;
	clear: both;
	width: 820px;
	padding-left: 30px;
	margin-top: 25px;
	text-align: left;
	}
	
#concert-event-inferno, #event-mtview-tradeshow {
	height: 387px;
	margin-top: 0;
	}
	
#inferno-band p, #mtview-tradeshow p {
	margin-bottom: 10px;
	}
	
/* FOOTER */

#footer {
	color: white;
	clear: both;
	background: #0a304f;
	height: 43px;
	}
	
#footer p {
	margin-top: 4px;
	}
	
#footer a:link, #footer a:visited {
	color: white;
	}
	
/* MISC */

a#home_link {
	position: absolute;
	height: 300px;
	text-indent: -9999px;
	top: 25px;
	left: 10px;
	width: 825px;
	}
	
/* HEADERS (H1, H2, ETC. */

.h1-videos {
	text-indent: -9999px;
	height: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
h1#showroom {
	background: url(images/h1-showroom.gif) no-repeat;
	}


	