* 	{
 	font-family: Corbel, 'Trebuchet MS', Arial; 
	color: white; 
}
#header2
{
	position: absolute;
	left: 97px;
	top: 0px;
	height: 150px;
	width: 800px;	

}
#header
{
	position: absolute;
	left: 100px;
	top: 0px;
	height: 150px;
	width: 800px;	

}
#content
{
	background-image: url(pics/AlphaBG.png);
	position: relative;
	left: 50px;
	top: 10px;
	width: 660px;
	min-height: 400px;
	z-index: 0;
	font-size: small;
	color: White;
	border: 2px solid black; 
	padding: 0px 20px 20px 20px;

}
#contacts
{
	margin-left: 150px;
}

#footer
{
	background-image: url(pics/AlphaBG.png);
	position: relative;
	left: 50px;
	top: 20px;
	width: 700px;
	min-height: 50px;
	z-index: 0;
	font-size: small;
	color: White;
	border: 2px solid #545454; 
}

#background
{
	background-color:Black;	
	background-image: url(pics/bg_logo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100px 90px;
}

td.header
{
	text-align: center;
	padding: 7px;
}
td.gigs
{
	text-align: center;
	padding: 1px;
}
a.header
{

	color: #E5E5E5;
	text-align: center;
	text-decoration: none;
}
a.header:hover
{
	text-align: center;
	text-decoration: underline;

}
h1
{
	text-align: center;
	text-decoration: underline;
}
h2
{
	text-indent: 20px;
}
h3
{
 	margin-top: 10px;
	margin-bottom: 3px;
}
a
{
	text-decoration: underline;
}
a:hover
{
 	color: #E5E5E5;
	text-decoration: underline;

}
