body {
	background-color: #000000;
	font-family: arial;
}

/*----------------------*/

div#header {
	text-align: center;
}

div#header h1 {
	color: #009999;
	font-size: 72pt;
	opacity: .80;

	z-index: 1;

	display: inline;
	position: relative;
}

div#header h2 {
	color: #E6FFFF;
	font-size: 100pt;

	z-index: 0;

	display: inline;
	position: relative;
	top: -133px;
}

div#header h3 {
	color: #66FFFF;
	font-size: 24pt;

	display: inline;
	position: relative;
	top: -150px;
}

div#header img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

/*----------------------*/

div#menu {
	text-align: center;
}

div#menu span {
	font-size: 14pt;
	word-spacing: 50px;
	
	position: relative;
	top: -120px;
	display: inline;
}

div#menu a {
	color: #006B6B;
	text-decoration: none;
}
div#menu a:hover {
	color: #E6FFFF;
	text-decoration: none;
}

/*----------------------*/

div#bandsContent {
	text-align: center;
	position: relative;
	top: -110px;
}

div#bandsContent h1 {
	color: #E6FFFF;
	text-align: center;
}

div#bandsContent table {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	color: #E6FFFF;
}

div#bandsContent td {
	padding: 5px;
}
/*----------------------*/

div#aboutContent {
	text-align: center;
	position: relative;
	top: -110px;
}

div#aboutContent table {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#aboutContent td {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}

div#aboutContent td.image {
	text-align: center;
	}
	
div#aboutContent td.text {
	color: #E6FFFF;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}

div#aboutContent td.text:first-letter {
	color: #E6FFFF;
	float: left;
	font-size: 71px;
	line-height: 60px;
	padding-right: 4px;
	
}

/*----------------------*/

div#homeContent {
	text-align: center;
	position: relative;
	top: -110px;
}

div#homeContent h1 {
	color:#E6FFFF;
	text-align: center;
}

div#homeContent a {
	color: #006B6B;
	text-decoration: none;
}
div#homeContent a:hover {
	color: #E6FFFF;
	text-decoration: none;
}


/*----------------------*/

div#patronsContent {
	text-align: center;
	position: relative;
	top: -110px;
}

div#patronsContent h1, h2 {
	color:#E6FFFF;
	text-align: center;
}

/*----------------------*/

div#footer {
	text-align: center;	
}

div#footer a {
	color: #006B6B;
	text-decoration: none;
	font-size: 10pt;
}

div#footer a:hover {
	color: #E6FFFF;
	text-decoration: none;
	font-size: 10pt;
}

/*----------------------*/

div#error404 {
	text-align: center;
	position: relative;
	top: -110px;
}

div#error404 h1 {
	color: #E6FFFF;
	text-align: center;
}

div#error404 p {
	color: #E6FFFF;
}

div#error404 a {
	color: #006B6B;
	text-decoration: none;
}

div#error404 a:hover {
	color: #E6FFFF;
	text-decoration: none;
}
