
body {
	background-color: black;
	color: #ccf;
	font-size: 15px;
	line-height: 16px;
}

h1 {color: #ff9; line-height: 18px;}
h2 {color: #ff9; line-height: 18px;}
h3 {color: #ff9;}
h4 {color: #ff9;}

a {color: #ff0;}

img {border: none;}

ul {list-style-type: disc}

.small {font-size: 11px;}

.tourtxt		{text-align: left; width: 640px;}
.abouttxt		{text-align: left; width: 640px;}
.dizzytxt		{text-align: left; width: 600px;}
.entustxt		{text-align: left; width: 600px;}
.reptxt		{text-align: left; width: 600px;}
.outreachtxt	{text-align: left; width: 700px;}
.companytxt	{text-align: left; width: 640px;}
.thirtytxt	{text-align: left; width: 600px;}

.tip {
	width: 100%;
	filter: alpha(opacity=80); 
	opacity: 0.80;
	background: #33f;
	padding: 3px 0px 3px 3px;
	margin: 0px;
	border: 1px solid #00c;
	font-family: Arial;
	font-size: 12px;
	color: #ccc;
}

.linkstrip {
	position: relative;
	right: 0px;
	left: -1px;
	filter: alpha(opacity=80); 
	opacity: 0.80;
	background: #33f;
	border: 1px solid #00c;
	padding: 3px;
	font-family: Arial;
	font-size: 12px;
	color: #ccc;
}

.banner {
	position: absolute;
	z-index: 2;
	margin: 0 auto;
	width: 375px;
	top: 160px;
	left: 25%;
	right: 25%;
	filter: alpha(opacity=85); 
	opacity: 0.75;
	background: #00c;
	border: 1px dotted #00c;
	padding: 3px;
	font-family: Arial;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

a.strip {color: #ccc;}
a.show {border: 2px black solid;}
a.show:hover {border: 2px #900 dotted;}

a.nav {
	display: block;
	background-repeat: no-repeat;
    	background-position: top left;
	width: 90px;
	height: 25px;
	padding: 0;
	border: none;

	text-decoration: none;
}

a.nav:hover img {visibility: hidden;}

a#about {background-image: url("pix/about-txt-over.jpg");}
a#tickets {background-image: url("pix/tickets-txt-over.jpg");}
a#touring {background-image: url("pix/touring-txt-over.jpg");}
a#events {background-image: url("pix/events-txt-over.jpg");}
a#outreach {background-image: url("pix/outreach-txt-over.jpg");}
a#school {background-image: url("pix/school-txt-over.jpg");}
a#support {background-image: url("pix/support-txt-over.jpg");}
a#contact {background-image: url("pix/contact-txt-over.jpg");}

.green {
	color: green;
}

.red {
	color: red;
}