body
{
	font-family: Arial;
	color: #FFFFFF;
	background-color: black;
	text-align: center;
}

textarea
{
	font-family: Arial;
}

input 
{
	font-family: Arial;
}

select
{
	font-family: Arial;
}

h1
{
	margin: 0;
	margin-bottom: 10px;
	color: #FF3300;
}

h2
{
	margin: 0;
	margin-bottom: 10px;
	color: #CC6633;
}
#outer
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: solid 1px #FF3300;
	background-color: #000000;
}

#header
{
	text-align: center;
}

#navigation
{
	font-family: Arial;
	color: #FFFFFF;
	background-color: #FF3300;
	padding: 5px;
	text-align: center;
}

#navigation a
{	
	font-family: Arial;
	color: #FFFFFF;	
	text-decoration: none;
	padding: 3px;
}

#navigation a:hover
{
	background-color: #FFFFFF;
	color: #FF3300;
}

#content
{
	padding: 10px;
}

a 
{
	color: #FFFF00;
}

a:hover
{
	color: #FFFFFF;
}

#links
{
	background-color: #FFFFFF;
	width: 100%;
	border-collapse: collapse;
}

#links TD
{
	border-bottom: solid 1px #000000;
	padding: 10px;
}

#feedbackBox
{
	border: solid 1px #FF3300;
	width: 180px;
	float: right;
	margin-left: 10px;
}

#feedbackBox .header
{
	background-color: #FF3300;
	padding: 5px;
	font-weight: bold;
}

#feedbackBox .content
{
	padding: 10px;
}

#newsHeader
{
	color: #FF3300;
	font-weight: bold;
	font-size: x-large;
	border-bottom: solid 1px #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsSection
{
}

.newsSection .image
{
	float: left;
	margin-right: 10px;
}

.newsSection .header
{
	color: #FF3300;
	font-weight: bold;
	font-size: larger;
}

.newsSection .content
{
	
}

.newsSection .footer
{
	text-align: right;
	font-size: smaller;
	border-bottom: solid 1px #FFFFFF;
	margin-top: 5px;	
}
.footerlink {
	font-size: small;
}
.footer {
	font-size: small;
}
.performers {
	font-weight: normal;
	color: #F00;
	font-family: "MS Serif", "New York", serif;
	font-size: 18px;
}
.Artists {
	color: #F00;
	font-weight: bold;
}

