@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(img/main-bg.gif);
	background-attachment:fixed;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #923032;
	text-decoration: none;
	padding: 3px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
.VENUE-LIST {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	padding-left: 35px;
}
.page-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-align: center;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: none;
}

