@charset "utf-8";
/* CSS Document */


	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:0px;
		margin:0px;
	}
	a, a:link, a:visited {
		color:#0099FF;
		font-weight:bold;
	}
	a:hover {
		color:#00CCFF;
	}
	h2, h3 {
		padding:0px;
		margin:5px 0px 5px 0px;
	}
	img {
		border:0px;
	}
	.layout_top {
		background-image:url(../images/layout_top.jpg);
		background-repeat:no-repeat;
		background-position:center;
		height:814px;
	}
	.layout_bottom {
		/* background-image:url(../images/layout_bottom.jpg); */
		background-repeat:no-repeat;
		background-position:top;
		/* height:1800px; */
		width:1100px;
	}
	#left {
		width:500px;
		padding:5px;		
		float:left;
		text-align:left;
		margin-right:25px;
		margin-left:25px;
	}
	#right {
		width:500px;
		padding:5px;		
		float:left;
		text-align:left;	
	}
	br {
		clear:both;
	}
	hr {
		color: #0099FF;
		background-color: #0099FF;
		height: 2px;
	}
	.thumb {
		float:left;
		margin:0px 3px 3px 0px;
	}
	.history_header {
		cursor:pointer;
		margin-bottom:5px;
		font-size:14px;
		font-weight:bold;
	}
	.history_content {
		width: 500px;
		padding-bottom:25px;
	}
	
	.section_header {
		cursor:pointer;
		height:85px;
		margin-bottom:5px;
	}
	.section_content {
		width:500px;
		filter:alpha(opacity=0);
		-moz-opacity:0;
		opacity: 0;			
	}
	.section_content:hover {	
	}
	#contact_header {
		background-image:url(../images/menu_contact.png);
		background-repeat:no-repeat;
	}
	#contact_div {
		margin-bottom:25px;
	}
	#image_header {
		background-image:url(../images/menu_images.png);
		background-repeat:no-repeat;
	}
	#image_div {
		margin-bottom:25px;
	}
	#history_header {
		background-image:url(../images/menu_history.png);
		background-repeat:no-repeat;
	}
	#history_div {
		margin-bottom:25px;
	}
	#shows_header {
		background-image:url(../images/menu_shows.png);
		background-repeat:no-repeat;
	}
	#shows_div {
		margin-bottom:25px;
	}
	#blog_header {
		background-image:url(../images/menu_blog.png);
		background-repeat:no-repeat;
	}
	#blog_div {
		margin-bottom:25px;
	}
	#audio_embed_header {
		background-image:url(../images/menu_music.png);
		background-repeat:no-repeat;
	}
	#audio_embed_div {
		margin-bottom:25px;
	}
	#video_embed_header {
		background-image:url(../images/menu_video.png);
		background-repeat:no-repeat;
	}
	#video_embed_div {
		margin-bottom:25px;
	}
	#merch_header {
		background-image:url(../images/menu_merch.png);
		background-repeat:no-repeat;
	}
	#merch_div {
		margin-bottom:25px;
	}
	#presskit_header {
		background-image:url(../images/menu_presskit.png);
		background-repeat:no-repeat;
	}
	#presskit_div {
		margin-bottom:25px;
	}
	.ghost {
		float:left;
		margin:2px 2px 0px 0px;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		opacity: 0.5;
		cursor:pointer;
	}
	.ghost:hover {
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity: 1.0;
	}
	.ghoster {
		float:left;
		margin:2px 2px 0px 0px;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		opacity: 0.3;
		cursor:pointer;
	}
	.ghoster .right {
		float:right;
	}
	.ghoster:hover {
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity: 1.0;
	}
	#credits_div_left {
		padding:2px;
		margin-bottom:15px;
		margin-left:5px;
		text-align:left;
	}
	#credits_div_right {
		padding:2px;
		margin-bottom:15px;
		margin-right:5px;
		text-align:right;
	}
	#menu_pointer {
		cursor:pointer;
	}
	img.credits {
		cursor:pointer;
	}
	input {
		padding:3px;
	}
	input:hover {
		border:1px solid #0099FF;
	}
	button {
		background-color:#0099FF;
		color:#FFFFFF;
	}

