BODY {
	body: 0;
	margin: 0;
	background-color: white;
	font-family: arial, helvetica, sans-serif;
	}
P { margin-top: 0; padding-top: 0; }

#topad { 
	position: absolute;
	top: 10px;
	left: 200px;
	z-index: 20
	}
#logo { 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	}

#nav { 
	margin-top: 84px;
	margin-left: 20px;
	color: white
	}
#nav A, #nav A:visited { 
	font-family: impact;
	font-size: 14px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
	}
#nav A:hover { text-decoration: underline; font-weight: bold; }

#topbar {
	background-color: black;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 90%;
	}
#redbar { 
	background-color: #B3150A;
	width: 90%;
	position: absolute;
	left: 0px;
	top: 90px;
	height: 15px;
	}
#outer { 
	position: absolute;
	left: 0px;
	top: 105px;
	z-index: 5;
	width: 90%;
	background-image: url(grahics/left-bg.gif);
	background-repeat: repeat-y;
	}
#nav {
	position: absolute;
	left: 0px;
	top: 106px;
	z-index: 20;
	line-height: 110%;
	}
#main { 
	position: absolute;
	background-image: url(graphics/seats.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #f4f4f4;
	}
#maintext {
	margin-top: 20px;
	margin-left: 200px;
	margin-right: 20px;
	}
#footer { 
	position: absolute;
	bottom: 10px;
	right: 10%;
	}

H1 { font-size: 20px; font-weight: bold; display: inline; }
