body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
}

body a:link, body a:visited  {
	color: #8DF031;
}

body a:hover, body a:visited:hover  {
	color: #cccc00;
}

#header {
	width: 600px;
	position: relative;
}


#header h1 {
	color: white;
	font-size: 20px;
	text-align: left;
	padding-left: 195px;
}

#logo {
	float: left;
}

#topnav2 {
	float: right;
	border-top: 1px solid #8DF031;
	border-bottom: 1px solid #8DF031;
	width: 400px;
	margin: 10px 0px 20px 0px;
	padding: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #8DF031;
}

#topnav2 a:link, a:visited {
	color: #8DF031;
	text-decoration:none;
}

#topnav2 a:visited {
	color: #8DF031;
	text-decoration:none;
}

#topnav2 a:hover, a:visited:hover {
	color: #cccc00;
	text-decoration:underline;
}

#topnav {
	border-top: 1px solid #8DF031;
	border-bottom: 1px solid #8DF031;
	width: 600px;
	margin: 10px 0px 20px 0px;
	padding: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #8DF031;
}

#topnav a:link {
	color: #8DF031;
	text-decoration: none;
}

#topnav a:visited {
	color: #8DF031;
	text-decoration: none;
}

#topnav a:hover, a:visited:hover {
	color: #cccc00;
	text-decoration:underline;
}

.band {
	color: #999999;
	font-size: 80%;
	width: 600px;
	text-align: left;
	margin-bottom: 0px;
}

.green {
	color: #8DF031;
}

#columns {
	width: 600px;
	font-size: 12px;
	line-height: 140%;
	position: relative;
}

#columns H1 {
	color: #8DF031;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 25px;
	border-bottom: 1px solid #8DF031
}

#columns a:link, a:visited {
	color: #8DF031;
	text-decoration:underline;
}

#columns a:hover, a:visited:hover {
	color: #cccc00;;
	text-decoration:underline;
}

#left, #right {
	color: white;
	text-align: left;
	line-height: 140%;
	width: 280px;
	position: relative;
}

#left {
	float: left;
}

#right {
	float: right;
}

#gigs {
	font-size: 12px;
	color: white;
	text-align: left;
	line-height: 140%;
}

#content {
	clear: both;
	width: 600px;
	position: relative;
	font-size: 12px;
	color: white;
	text-align: left;
	line-height: 140%;
}

#content h2 {
	font-size: 14px;
	margin-top: 20px;
	padding-top: 5px;
	color: #8DF031;
	line-height: 140%;
}

#content hr {
	margin-top: 20px;
}

span.white {
	color: white;
	line-height: 140%;
}

#footer {
	clear: both;
	position: relative;
	width: 600px;
	margin-top: 30px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #8DF031;
	border-top: 1px solid #8DF031;
	font-size: 10px;
	color: white;
	text-align: left;
	line-height: 140%;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #8DF031;
	text-decoration:none;
}

#footer a:hover, #footer a:visited:hover {
	color: #8DF031;
	text-decoration:underline;
}