
a{
	text-decoration: none;
	outline: none;
	border: none;
}
a img{
	outline: none;
	border: none;
}
#image_wrapper{
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;

}
	#image_wrapper img{
		width: 70%;
		height: 70%;
		min-height: 90%;
		min-width: 0px;
		right: 0;
		bottom: 0;
		position: absolute;
	}
li{
	list-style-type: none;
}
html{
	background: #C7EAFB;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Century Gothic, Arial Narrow	, sans-serif;
	height: 100%;
	width: 100%;
	
}
body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 100%;
}
.letter{
	margin-right: 10px;
	}
#faux{
	float: left;
	margin-left: 375px;
}
#main{
	position: absolute;
	top: 110px;
	left: 10px;
	/*margin: 200px 0px 0px 10px; */
	width: 5000px;
overflow: hidden;
}
img{
	float: left;

}
.nav{
	position: fixed;
	top: 400px;
	left: -20px;
	text-align: right;
	z-index: 99;
}
	.nav ul{
	}
		.nav ul li a{
			color: #000;
		}
		.nav ul li a.current, .nav ul li a:hover{
			color: #D2232A;
		}
		
#contact{
	float: left;
	display: none;
	margin: 0px 10px 0px 10px;
	width: 300px;
}
/*
#contact ul li{
		background: url(../images/popout_arrow.jpg) no-repeat top right;
		height: 20px;
		width: 92px;
}
	#contact ul li a{
		display: block;
		height:100%;
		width:100%;	
	}
	#contact ul li a img:first-child{
		float: left;
		margin-right: 4px;
		margin-top: 0px;
	}
	#contact ul li a img{
		float: right;
		margin-top: 4px;
	}
*/
#about ul li{
		background: url(../images/popout_arrow.jpg) no-repeat top right;
		height: 20px;
		width: 92px;
}
	#about ul li a{
		display: block;
		height:100%;
		width:100%;	
	}
	#about ul li a img:first-child{
		float: left;
		margin-right: 4px;
		margin-top: 0px;
	}
	#about ul li a img{
		float: right;
		margin-top: 4px;
	}
.copy{
	color: #D2232A;
	display: none;
	float: left;
	font-size: .75em;
	width: 175px;
	margin: 20px 10px 0px 10px;
}
	.copy span{
		font-weight: bold;
	}
	.copy a{
		color: #000;
	}
		.copy a:hover{
			color: #D2232A;
		}
p{
	margin-bottom: 10px;
}
#photos{
	float: left;
	display: none;
	margin: 15px 10px 0px 10px;
	text-align: center;
	width: 375px;
}	
	#photos #loader{
		float:none;
		margin: 0px auto;
		margin-top: 15px;
	}
	
	
#video{
	float: left;
	display: none;
	margin: 0px 10px 0px 10px;
	width: 610px;	
}
	#video a{
		color: #D2232A;
		text-decoration: underline; 
	}
	#video a:hover{
		text-decoration: line-through; 
	}
#downloads{
	float: left;
	display: none;
	margin: 0px 10px 0px 10px;
	width: 350px;
}
	#downloads a{
		color: #D2232A;
		text-decoration: underline; 
	}
	#downloads a:hover{
		text-decoration: line-through; 
	}
#shows{
	float: left;
	display: none;
	margin: 0px 10px 0px 10px;
	width: 500px;	
}
#words{
	width: 410px;
}
	#words p.text{
		color: #000;	
		display: none;
		font-family: Times;
		font-size: 1.14em;
	}
	#words p.text span{
		color: #000;
		font-style: italic;
	}
	#words #songTitles{
		float: left;
		width: 140px;
	}
	#words #songTitles ul{
		padding: 0px;
		margin: 0px;
	}
		#words #songTitles a{
			color: #D2232A;
			font-size: 1.2em;
			text-decoration: underline;
		}
		#words #songTitles a:hover, #words #songTitles a.current{
			color: #000;	
			text-decoration: none;
		}		
	#words #lyricsStage{
		float: left;
		margin-top: -13px;
		width: 270px;
	}
.list{
	font-size: 1em;
}
	.list ul{
		margin-left: -10px;
	}
	.list ul li{
		line-height: 1.7em;
	}
	.list span{
		color: #D2232A;
		font-size: 1.1em;
		font-weight: bold;
	}	
	.list a{
		color: #D2232A;
	}
		.list a:hover{
			color: #000;
		}	
	

