@CHARSET "ISO-8859-1";

#audio_blast {
		visibility: hidden;
		position: absolute;
		top: -1000px;
		left: -1000px;
	}

/* Body */
BODY {
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Tahoma', 'Verdana', 'Arial';
	margin 0;
	background-color: black;
	color: #e1e1e1;
	font-size: small;
}

a {
	color: #e1e1e1;
	text-decoration: underline;
	font-weight: bold;
}

a:focus,	
a:hover,
a:active {
	text-decoration: none;
	color: #c2000e;
	}

#container {
	}

#logo {
	padding-top: 5px;
	padding-left:20px;
	padding-right:20px;
	float: left;
	position: relative;
	color: black;
	width: 136px;
	height: 162px;
}

#logo span {
	background: url("../images/logo_small.jpg") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#header {
	float: left;
	width: 100%;
	margin-bottom: -40px;
	}

#header p {	
	padding-right: 20px;
	font-size: 1.6em;
	text-align: right;
	color: #c2000e;
	font-weight: bold;
	}
	
#header p a{
	text-decoration: none;
	color: #c2000e;
	}
	
.mediaLink {
	}	
	
#nav_menu {
	margin-top: 8px;
	}

#nav_menu li {
	font-size: small;
	display: inline;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #e1e1e1;
	}
	
#nav_menu li.links {border-right: none;}

#nav_menu li.links_current {color: #c2000e; border-right: none;}
	
#current {
	color: #c2000e;
	}	
	
#last {
	border-right: none;
	font-weight: 900;
	}	
		
#nav_menu li a {
	text-decoration: none;
	}	
	
#main_logo {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	clear: both;
	text-align: center;
	}	
	
#sponsors {
	padding: 0;
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
#sponsors img {
	padding: 0;
	margin: 0;
	border: 0;
	}	

#content {
	clear: both;
	margin-left: 165px;
	}
		
#content ul {
	}	
	
#content li {
	color: #e1e1e1;
	list-style-type: none;
	font-size: small; 
	}		
	
#band_member {
	color: #cecece;
	}	
	
#page_heading {
	color: #8f8f8f;
	}	
	
#band_member span {
		color: #8f8f8f;
	}
		
#content h3 {
	margin-bottom: 0px;
	color: #8f8f8f;
	}
	
#content h4 {
	color: #8f8f8f;
	margin-bottom: 0px;
	}
	
#content p {
	margin-top: 1px;
	margin-bottom: 25px;
	line-height: 1.6em;
	font-size: small;
	}	

#gallery_thumbs {
	}
	
#gallery_thumbs img {
	padding: 15px;
	}

.table_row_header {
	font-weight: bold; 
	color: #8f8f8f; 
	font-size: 1.2em;
	padding-right: 4px;
	}
	
#sale_item {
	float: left;
	margin-bottom: 75px;
	width: 500px;
	}

.set_list_band {
	font-weight: bold; 
	color: #8f8f8f; 
	font-size: 1.2em;
	}

.set_list_song {
	font-weight: bold; 
	color: #8f8f8f; 
	font-size: 1.2em;
	padding-left: 20px;
	}
	
.set_list_songs
	{
	padding-left: 20px;
	}
	
	
input.button {
	margin-top: 10px;
	margin-left: 55px;
	font-size: small;
	float: left;
	width: 100px;
	height: 25px;
	text-indent: 0;
	cursor: pointer;
	}	

#album {
	float: left;
	margin-bottom: 30px;
	}

#album h3 {
	margin-top: -5px;
	margin-left: 300px;
	}
	
#album h4 {
	margin-top: 2px;
	margin-left: 300px;
	}
	
#album p {
	margin-left: 300px;
	}
	
#album table {
	margin-left: 300px;
	}

/* footer*/
#footer {
	margin-top: 5px;
	clear: both;
	text-align: center;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	}	
	

