img
{
	border: none;
}

body
{
	border: 0px;
	padding: 0px;
	background-color: Black;
	
	color: White;
	font-family: Arial, Sans-Serif;
	font-size: 0.75em;
	line-height: 1.25em;
}

a:link { color: Teal; }
a:visited { color: White; }
a:hover { color: Gray; }
a:active { color: Yellow; }

h1
{
	margin: 0.25em 0px 0px 0px;
}

h2
{
}

h2.section
{
	text-align: center;
	padding-bottom: 5px;
	border-bottom: solid 1px #222222;
}

h3
{
	margin: 0.1em 0px 0px 0px;
}

h4.artist
{
	margin-bottom: 0px;
	font-variant: small-caps;
	font-size: 1.2em;
}

div.act
{
	margin-bottom: 20px;
}

div.description
{
	margin-bottom: 25px;
}

ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.nav
{
	font-size: 1.5em;
	font-variant: small-caps;
	text-decoration: none;
	color: White;
	margin-top: 20px;
	margin-left: 20px;
}

a:link.nav { color: Gray; }
a:visited.nav { color: Gray; }
a:hover.nav { color: #60ED47; }
a:active.nav { color: White; }

.banner
{
	background: Black url("Image00002.jpg") no-repeat fixed right top;
	height: 247px;
	top: 0px;
	position: fixed;
	text-align: left;
	z-index: 1;
	width: 100%;
	border-bottom: solid 3px #333333;
}

.banner:hover
{
	background: Black url("Image00001.jpg") no-repeat fixed right top;
}

.top
{
	text-align: center;
	border-bottom: solid 3px Gray;
}

.details
{
	position: relative;
	top: 248px;
	margin: 35px 0px 20px 0px;
	padding: 0px 60px 0px 60px;
}

.footer
{
	margin-top: 30px;
	color: Gray;
	text-align: center;
}
