#left  {
	float: left;
	width: 686px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 10px 10px 20px;
	margin-top: 10px;
}

#right  {
	float: right;
	width: 164px;
	height: 90%;
	text-align: right;
	padding: 10px;
	background-image: url(images/bar.png);
	background-repeat: no-repeat;
	background-position: top left;
	}

/* The following is used only in the 'About Us' page */
	#navigate {
	width: 170px;
	border: thin solid #666666;
	background-color: #EBEBEB;
	padding: 0px 0px 0px 15px;
}

/* The following is used only in the 'Home' page */
#sidebar {
	width: 158px;
	float: right;
	border: thin solid #666666;
	background-color: #EBEBEB;
	text-align: left;
}

/* The following is used only in the 'Music' page */

#musicleft  {
	float: left;
	width: 550px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 10px 10px 20px;
	margin-top: 10px;
}
	


#musicright  {
	float: right;
	width: 300px;
	height: 90%;
	text-align: right;
	padding: 10px;
	background-image: url(images/bar.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
/* The following is used only in the 'About Us' page */

#bioright {
	width: 183px;
	float: right;
	margin: 10px 10px 10px 5px;
	border: solid;
	border-color: #B1B1B1;
}

#bioleft {
	float: left;
	width: 460px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#bioheader {
	font-size: 16px;
	border-bottom: solid;
	border-bottom-width: thin;
	border-color: #B1B1B1;
}

#biobody {
	padding: 7px, 0px;
}

#biocontainer {
	border: solid;
	border-color: #B1B1B1;
	background-color: #EBEBEB;
}

/* The following is used only in the 'Concerts and Events' page */
#eventscontainer {
	width: 450px;
	margin: 0 auto;
	border: solid;
	border-color: #B1B1B1;
	background-color: #EBEBEB;
}

#eventheader {
	font-size: 24px;
	border-bottom: solid;
	border-color: #B1B1B1;
}

#eventtime {
	float: right;
}

#eventtitle {
	font-size: 18px;
	float: left;
	width: 300px;
	border-right: solid;
	border-right-width: thin;
	border-right-color: #B1B1B1;
}

#eventbody {
	clear: both;
	border-top-width: thin;
	border-top: solid;
	border-top-color: #B1B1B1;
}

#staffcontainer {
	width: auto;
}

#staffheader {
	border-bottom: solid;
	border-bottom-width: thin;
	border-color: #B1B1B1;
}
#staffbody {
}
#staffleft {
	float: left;
	width: 48%;
	background-color: #EBEBEB;
	border: solid;
	border-color: #B1B1B1;
}

#staffheader {
}
#staffbody {
}
#staffright {
	float: right;
	width: 48%;
	background-color: #EBEBEB;
	border: solid;
	border-color: #B1B1B1;
}

#stafffooter {
	clear: both;
}

