﻿@charset "utf-8";

/* CSS Document */

body{

	background-color: #9EA71B;

	text-align: center;

	font:normal Tahoma, arial, sans-serif; color:#000;

}



#layout{	

	width:100%;

	margin-left: auto;

  	margin-right: auto;

	background-color: #9EA71B;

}



#pageContainer{

	width: 700px;

	min-height: 675px;

	background-color: #FFFFFF;

	margin:0 auto;

 	text-align: left;
 	
 	border:thin black hidden

}



#pageHeader{

	width: 100%;

	height: 190px;

}



.headerTextFancy{

	color: #CB3251;

	font-size: 36px;

}



#pageContent{

	min-height: 540px;

	clear: both;

}



#side{

	padding: 10px;

	text-align: left;

	/*width: 160px;*/

	width: 10em;

	height: 100%;

	float: left;	

}



#nav{

	position: relative;

	width: inherit;

	padding-left: 10px;

	display: block;

}



#contentHeader{
	
	float:right;
	
	width:500px;
	
	padding:10px;
	
	z-index:inherit;
	
}



#content{

	float: right;

	width: 500px;

	padding: 10px;

}



#contentCopy{

	font-size: 14px;

	padding-right: 50px;

	padding-bottom: 25px;

}



.subheader{

	font-weight: bold;

	color: #CB3251;

}



#showSchedule{

	float: left;

	color: #CB3251;

	padding: 10px;

	width: 135px;

	margin-left: 5px;
	
	border:medium #CB3251 solid; 
	
	visibility:visible;
	
}



.scheduleTextReg{

	color: #CB3251; 

	font-size: 14px; 

	text-align: center;
	
	font-family:"Century Gothic"; 

}



.scheduleTextFancy{

	color: #CB3251; 

	font-size: 12px; 

	text-align: center;
	
	font-family:"Century Gothic"

}



.scheduleTextLarge{

	padding-top: 10px;

	color: #CB3251; 

	font-size: 18px; 

	text-align: center;
	
	font-family:"Century Gothic";
	
	font-weight:bold;
	
}



#pageFooter{

	width: 100%;

	height: 25px;

	background-color: #9EA71B;

	font-size: 9px;

	clear: both;
	
}



#footerLeft{

	float: left;

	text-align: left;

	margin-top: 10px;
	
	margin-left:8px;
	
	margin-bottom:10px	

}



#footerRight{

	float: right;

	text-align: right;

	margin-top: 10px;
	
	margin-right:8px

}



hr{

	width: 500px;

	color: #CB3251; 

	height: 1px;

	margin-top: -10px;

}



a{

	color: #CB3251;

}



a:hover{

	color: #FF0000;

}



a:visited{

	color: #FF8080;

}	



table{

	width: 100%;

}



td{

	width: 33%;

}



.artistDirectory{

	width: 100%;

	font-size:large;

	font-weight: bold;

	color: #CB3251;
	
	font-family:"Century Gothic"

}



#footerRight a:visited{

	color: #000;

	text-decoration: none;

}



#footerRight a{

	color: #000;

	text-decoration: none;

}



#footerRight a:hover{

	color: #000;

	text-decoration: underline;

}	



.directions{

	margin-left: 15px;

}
