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/events-header.jpg) top center no-repeat;
	width: 850px;
	padding-top: 348px;
	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;
	}
	
.time-ul {
	list-style: none;
	margin-bottom: 15px;
	}
	
.event-user-fuctions {
	margin-top: 15px;
	}
	
.event-user-fuctions a:link, .event-user-fuctions a:visited {
	color: #274f7d;
	font-weight: bold;
	text-decoration: none;
	}
	
.event-user-fuctions a:hover {
	text-decoration: underline;
	}
	
div.player {
	background: url(images/player-back.jpg) no-repeat;
	width: 347px;
	height: 385px;
	float: right;
	margin-left: 15px;
	position: relative;
	}
	
div.player-description {
	position: absolute;
	left: 23px;
	bottom: 40px;
	width: 280px;
	height: 70px;
	}
	
.player-description p, .coming-soon {
	color: white;
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: center;
	}
	
.coming-soon {
	margin-top: 110px;
	font-size: 1.8em;
	}
	
.event-info {
	background: #b8c1cc;
	float: right;
	height: 100%;
	width: 307px;
	padding: 10px 20px 0 20px;
	margin-left: 10px;
	}
	
#concert-event-inferno, #event-mtview-tradeshow {
	height: 387px;
	margin-top: 0;
	}
	
#inferno-band p, #mtview-tradeshow p {
	margin-bottom: 10px;
	}
	
#player-flv {
	position: absolute;
	top: 16px;
	left: 13px;
	}
	
/* 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;
	}

.spacer {
	clear: both;
	width: 100%;
	margin-top: 20px;
	display: block;
	}
	
/* HEADERS (H1, H2, ETC. */

.h1-events {
	text-indent: -9999px;
	height: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
h1#concert-inferno {
	background: url(images/h1-concert-inferno.gif) no-repeat;
	}
	
h1#concert-inferno-band {
	background: url(images/h1-concert-inferno-band.gif) no-repeat;
	}
	
h1#event-tradeshow {
	background: url(images/h1-mtview-tradeshow.gif) no-repeat;
	}

	