body
{
	font-size:70%;
	font-family:arial,"sans-serif";
	overflow:auto;
	color:#FFFFFF;
	background-color:#434343;		
	margin:0px;	
}

.topBackground
{
	height:85px;
	margin-top:25px;
	margin-left:60px;
}

.outerBackground
{
	margin:0px auto;
	padding:0px 0px;	
	/*background-image:url('../img/gradGreyCenter.jpg');*/	
	background-repeat:repeat-x;
	height:600px;
}

.pageInner
{
	position:relative;
	margin:0px auto;	
	width:600px;
}

.clear
{
	clear: both;
}


/*********HOME***********/

/*Artist Name*/
.artistNameFirst
{
	margin-left:20px;
}

.artistNameLast:first-letter
{
	font-size:130%;
}

/*Logo Image*/
.logo
{
	background-image:url('../img/Symphony.jpg');
	height:425px;
	width:600px;
	margin:30px auto;	
	/*border:2px solid #000099;*/
}

/*Begin Main Menu*/
.menuBar
{			
	background-color:#008888;
	background-repeat:repeat-x;
	background-image:url('../img/barTurquoise42.jpg');
	height:42px;
	width:100%;
	overflow:inherit; /*investigate*/	
	padding:0px;	
	text-align:left;
	text-transform:uppercase;
	float:left;
}
.menuBar ul
{
	padding:0px;
	margin:0px;
	border-left:1px solid #009999;
	height:42px;	
}
.menuBar li
{
	list-style:none;	
	border-right:1px solid #009999;
	float:left;
	height:42px;
	width:120px;
}
.menuBar ul > li:first-child
{		
	border-left:none;
}
.menuBar li.barLast
{
	/*border-right:none;*/
}
.menuBar a
{	
	/*color:#A14000;*/
	color:#FFFFFF;	
	font-weight:bold;
	font-size:120%;
	height:30px;
	text-align:center;
	text-decoration: none;
	display:block;	
	/*
	padding:0px;	
	padding-bottom:22px;
	*/
	padding-top:12px;
	outline:none;
}
.menuBar li:hover
{		
	/*background-color:#434343;*/
	background-color:#FFFFFF;	
}
.menuBar a:hover
{
	/*color:#FF6600;	*/	
	color:#008888;	
}

.menuCenter
{
	width: 610px;
	margin: 0 auto;
}

.mainText
{
	font-size: 150%;	
	margin-top: 20px;
	margin-bottom: 20px;
}

.textTitle
{
	font-size: 100%;
	font-weight:bold;
	display: inline;
}

table td
{	
	padding-right: 15px;	
}

.toggleBtn a
{
	color:#47B5B5;
	text-decoration: none;
	outline: none;
}

.toggleBtn a:hover
{
	color: #FFC68D;
}

/*Fineprint Box*/
.fineprint
{
	color:#FFFFFF;	
	font-size:95%;	
	padding:10px 0px;	
	text-align:right;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

/*Selector Box*/
.dropSelector
{
	color:#000000;	
	font-size:95%;	
	padding:10px 30px;	
	text-align:right;
	font-weight:bold;
	float:right;
}





