@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	text-align: center;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: rgb(255, 255, 255) ;
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	padding: 5px;
}

#header {
	background: rgb(255,255,255);
	color: rgb(0,0,0);
	margin-bottom: 1em;
}

#mid {
	background: rgb(255,255,255);
}

#footer {
	background: rgb(0,0,0);
	clear: both;
	color: rgb(255,255,255);
	font-size:75%;
}

#content {
	border-right: 1px solid gray;
	padding: 5em;
	text-align: left;
}

#right img {
	float: left;
}

#right {
	float: right;
	width: 330px;
	margin: 0;
	padding: 0.5em;
	background: rgb(255,255,255);
}

h1 {
	font-size: 150%;
	color: rgb(0,0,0);	
	font-style: italic;
	font-weight: 100;
}

h2 {
	font-size: 100%;
	font-weight: strong;
	text-align:center;
}


h3 {
	font-size: 90%;
	font-weight: strong;
}

p {
	font-size: 80%;
} 

ul li {
	font-size: 80%;
	list-style-type: none;
}

.artists {
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #000;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	list-style-type: square;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #000;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #333;
	color: #fff;
}

#navcontainer ul .active a {color:red;}

.lineup {text-align:center;margin-right:250px;}

.lineup h3 {font-size:16pt;}
.lineup h4 {font-size:14pt;}
.lineup li {font-size:11pt;text-indent:0px;}
.lineup ul {text-indent:0px;}
