/* GENERAL */

body	{ 
	font-family: sans-serif;   
	font-size: 10pt; 
	color: white;
	background-color: black;
	z-index: -1;
	}

body#lyrics
	{
	font-family: sans-serif;   
	font-size: 9pt; 
	color: white;
	background-color: black;
	z-index: -1;
	}

h3	{
	font-size: 100%;
	font-weight: bold;
	color: #ef7928;
	}

A:link	{ color: #ef7928; }
A:active  { color: #ef7928; }
A:visited { color: #ef7928; }


#special a {
	color: #007fff;
}


/* GIGS */

#pic { 
	text-align: left; 
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 400px; 
	z-index: 1; 
	margin-left: 2em;
}


#text { 
	text-align: left; 
	position: absolute; 
	top: 300px; 
	left: 0px;
	width: 400px; 
	z-index: 2; 
	margin-left: 2em; 
}

h2
{
	color: white;
	font-size: 100%;
	font-weight: bold;
	padding-top: 0.8em;
	border-bottom: 1px solid white;
}

	

/* LYRICS */

#frame {
	margin-left: 20px;
	width: 710px;
}

#columnMain {
	float: right;
	width: 380px;
	padding: 10px;
}

#columnLeft {
	float: right;
	width: 140px;

}

#columnRight {
	float: right;
	width: 140px;

}

#enclose {
	float: left;
	width: 560px;
}

#footer {
	clear: both;
	padding-top: 1em;
	text-align: center;
}
 

