html{
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	*font-size:100%;
}
legend {
	color:#000;
}
html, body {
	font-size: 20px;
	height: 100%;
	background: #393939;
}

.strong {
	font-weight: bold;
}

#wrap {
	min-height: 100%;
	width: 100%;
}

#header {
	background: #393939;
	border-bottom: 1px solid #666;
	padding: 10px 0;
}

#header a {
	color: #FF9900;
	text-decoration: none;
}

#header a:hover {
	color: white;
}

#header h1 {
	color: #FF9900;
	display: inline-block;
	font-size: 54px;
	text-shadow: 0 1px 0 #333, 0 2px 0 #292929, 0 3px 0 #222, 0 4px 0 #191919, 0 5px 0 #111, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

#banner {
	min-height: 390px;
	background: red url('../stage/images/bgglow.png') no-repeat center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.text {
	float: right;
}
.notext {
	
}

#small-banner {
	min-height: 50px;
	background: red url('../stage/images/bgglow.png') no-repeat center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 32px;
}

#tagline {
	margin-top: 25px;
	color: #000;
	font-size: 92px;
	line-height: 92px;
	width: 380px;
	float: left;
	text-shadow: #aaa 1px 1px, #aaa 2px 2px;
}

#tagline span {
	display: block;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.container {
	width: 960px; 
	margin: 0 auto; 
	padding: 20px 0;
	position: relative;
}

#menu {
	display: inline;
	float: right;
}

#menu li {
	display: inline;
	padding: 10px;
	font-size: 16pt;
}

#info {
	background: #393939;
	padding: 10px 0;
	border-top: 1px solid #666;
	padding-bottom: 90px;
}

#info p {
	padding: 10px 0;
}

#footer {
	background: #393939;
	color: #aaa;
	text-align: center;
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 50px;
	clear:both;
}

#footer a {
	color: #aaa;
}

.spacer {
	height: 10px;
	width: 100%;
	background: #333;
	border-top: 1px solid black;
	border-bottom: 1px solid #666;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}



.shadow {
	padding: 20px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pressed {
	color: #fff;
	padding: 20px;
	background: #333;
	border: 1px solid #000;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.lightquote {
	outline: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 10px;
	background: #f0f0f0;
}

.quote {
	outline: 1px solid #111;
	border-top: 1px solid #555;
	padding: 15px;
	margin: 10px 0;
	background: #333;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
}