@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background: url(web_FILES/images/tile.png);
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	height: 100%;
	
	text-align: center;
}
#content {
	position: relative;
	width: 780px;
	margin-top: 150px;
	margin-bottom: 190px;
	text-align: left;
	z-index: 75;
}
.bg {
	display: block;
	background: url(web_FILES/images/bg.png) no-repeat;
	height: 702px;
	position: fixed;
	left: 50%;
	top: 0px;
	width: 800px;
	margin: 0 0 0 -407px;
	z-index: 50;
}
.header {
	display: block;
	background: url(web_FILES/images/header.png) no-repeat;
	height: 139px;
	overflow: hidden;
	position: fixed;
	left: 50%;
	top: 0px;
	width: 800px;
	margin: 0 0 0 -407px;
	z-index: 100;
}
.homelink {
	display: block;
	height: 100px;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 551px;
	z-index: 101;
}
* html .header { 
	position: absolute;
}
.footer {
	display: block;
	background-color: #000000;
	height: 130px;
	overflow: hidden;
	position: fixed;
	left: 50%;
	bottom: 0px;
	width: 800px;
	margin: 0 0 0 -407px;
	z-index: 100;
}
* html .footer #container{ 
	position: absolute;
}

/*

Fixed Positioning in IE6 
http://ryanfait.com/

*/
/* FONT */
p {
	font-size: 80%;
	margin-top: 14px;
}
a {
	color: #CC0000;
}
h1 {
	font-size: 95%;
}
h2 {
	font-size: 90%;
}
#container {
	height: 100%;
	width: 780px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
#icons {
	background: url(web_FILES/images/bl.png);
	border: #000 solid 1px;
	display: block;
	min-height: 20px;
	margin-left: 10px;
	margin-top: 3px;
	width: 360px;
	text-align: left;
	z-index: 998;
	padding: 0 10px;
}
#icons a {
}
.stage {
	background: url(web_FILES/images/bl.png);
	border: #000 solid 1px;
	display: block;
	min-height: 300px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	width: 360px;
	z-index: 998;
}
.spacer {
	display:block;
	height: 150px;
	width: 200px;
}
.biostage {
	background: url(web_FILES/images/bl.png);
	border: #000 solid 1px;
	display: block;
	margin-left: 10px;
	margin-top: 50px;
	padding: 10px;
	text-align: left;
	width: 360px;
	z-index: 998;
}
#mailinglist {
	display: block;
	text-align: left;
	z-index: 998;
	float: left;
}
.right {
	float: right;
}
#player {
	display: block;
	z-index: 998;
	width: 262px;
	float: right;
}
.vid {
	margin-left: 10px;
	margin-top: 20px;
}
/*nav */
#nav {
	border-bottom: #990000 solid 2px;
	display: block;
	height: 28px;
	margin-left: 430px;
	position: absolute;
	top: 100px;
	width: 631px;
	z-index: 1001;
	left: -263px;
}
#nav a{
	float: left;
}
#nav img{
	float: left;
}
#contact {
	background: url(web_FILES/images/contact.png);
	display: block;
	height: 28px;
	width: 123px;  
}
#contact:hover {
	background-position: 0 -28px;
}
#contact span {
	display: none;
}
#bio {
	background: url(web_FILES/images/bio.png);
	display: block;
	height: 28px;
	width: 54px;  
}
#bio:hover {
	background-position: 0 -28px;
}
#bio span {
	display: none;
}
#live {
	background: url(web_FILES/images/live.png);
	display: block;
	height: 28px;
	width: 50px;  
}
#live:hover {
	background-position: 0 -28px;
}
#live span {
	display: none;
}
#music {
	background: url(web_FILES/images/music.png);
	display: block;
	height: 28px;
	width: 82px;
}
#music:hover {
	background-position: 0 -28px;
}
#music span {
	display: none;
}
#photos {
	background: url(web_FILES/images/photos.png);
	display: block;
	height: 28px;
	width: 116px;
}
#photos:hover {
	background-position: 0 -28px;
}
#photos span {
	display: none;
}
#updates {
	background: url(web_FILES/images/updates.png);
	display: block;
	height: 28px;
	width: 127px;
}
#updates:hover {
	background-position: 0 -28px;
}
#updates span {
	display: none;
}
#video {
	background: url(web_FILES/images/video.png);
	display: block;
	height: 28px;
	width: 74px;
}
#video:hover {
	background-position: 0 -28px;
}
#video span{
	display: none;
}
.left {
	float: left;
	margin-right: 20px;
}
