@charset "UTF-8";
/* CSS Document */

body {
	font: 100% "helvetica, arial, verdana, sans-serif";
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	position: relative;
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#flashholder {
	margin-top: -50px;
	padding: 0;
	position: relative;
	height: 400px;
}
#noflash {
	margin-top: 100px;
	padding: 0;
	height: 231px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	color: #777;
}
#introcntr {
	text-align: center;
	padding-top: 40px;
	padding-left: 250px;
	width: 450px;
}
#introtxt {
	width: 450px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	color: #777;
}
.linkholder {
	margin: 0 auto;
	padding: 25px 0 0 0;
	width: 700px;
	text-align: center;
}
#music-column {
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 18px;
	color: #555;
}
#artist-column {
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 18px;
	color: #555;
}
#event-column {
	width: 33%;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 18px;
	color: #555;
}
.text {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	color: #555;
}
.text .holder {
	margin: 0 auto;
	width: 200px;
	text-align: left;
}
a.links:link {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	color: #007b96;
	text-decoration: none;
}
a.links:visited {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	color: #007b96;
	text-decoration: none;
}
a.links:hover {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	color: #007b96;
	text-decoration: underline;
}
a.links:active {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	color: #007b96;
	text-decoration: underline;
}
p {
	line-height: 14px;
}