/* ---------------------*/
/* Index Page ----------*/
/* ---------------------*/

a:link
{
  /* Applies to all unvisited links */
	text-decoration:  none;
	color: #d00000;
} 

a:visited
{
	text-decoration: none;
	color: #6C6C6C;
}

.main
{	width: 870px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	
}

.indexcolumn1
{
	width: 530px;
	float: left;
}

.indexcolumn2
{
	width: 330px;
	float: left;
}

.indexmenu
{
	width: 870px;
	height: 200px;
/*	background-color:#CCCCCC; */
}
	
#flashcontent
{
	width: 530px;
	height: 370px;
	background-color:#00FF00;
}

.indexconcerts
{
	width: 326px;
	height: 145px;
	padding: 10px 0 0 10px;
	text-decoration: none;
	border-left: #d00000 solid;
/*	background-color:#CC0000; */
}

.indexupdates
{
	width: 326px;
	height: 360px;
	padding: 10px 0 0 10px;
	text-decoration: none;
	border-left: #d00000 solid;
/*	background-color:#FFCC33; */
}

#indexcopyright
{
	width: 870px;
	height: 25px;
	font-size: 10px;
	color: #9C9C9C;
	float: left;
	padding-top: 8px;
	text-align: center;
	border-top: #d00000 solid;
/*	border-bottom: #d00000 solid thin; */
	background-color:#000000;
}

#indexfollow
{
	width: 790px;
	height: 30px;
	font-size: 10px;
	float: left;
	padding: 10px;
}

#indexrss
{
	width: 40px;
	height: 30px;
	padding: 10px;
	float: right;
	
}

/* ---------------------*/
/* Index Page END ------*/
/* ---------------------*/


/* ---------------------*/
/* Events Page START ---*/
/* ---------------------*/


.eventscolumn1
{
	width: 850px;
	padding: 10px;
	float: left;
}

.eventscolumn2
{
	width: 230px;
	padding: 15px;
	float: left;
}