body {
	margin: 0;
	font-family: Arial,sans-serif;
	font-size: 0.8em;
}

#header {

	margin:0;
	height:196px;
	width:780px;
	background: url(../images/music_header.jpg);

}
#overallContainer {

	width:784px;
	background: #FFFBEB url(../images/rightside_gradient.gif) repeat-y scroll right center;
	border-bottom: solid 2px #90300F;
}
h1 {
	font-family: Maiandra GD, Times New Roman;
	font-size:1.7em;
	color:white;
	margin:0px;
	padding:0px;
	position: absolute;
	left:13px;
	top:18px;
}
h2 {
	font-family: Maiandra GD, Times New Roman;
	font-size:1.7em;
	color:white;
	margin:0px;
	padding:0px;
	position: absolute;
	left:13px;
	top:68px;
}

h3 {
	font-family:Arial;
	font-weight:bold;
	font-size:1.4em;
	color: #90300F;
	margin: 0px 0px 10px 0px;
	padding:0px;
	border-bottom: dotted 2px #90300F;
}

h4 {
	font-family:Arial;
	font-weight:bold;
	font-size:1.1em;
	color: black;
	margin: 0px 0px 10px 0px;
	padding:0px;
}
h5 {
	font-family:Arial;
	font-weight:bold;
	font-size:1.2em;
	color: #90300F;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding:0px;
}
h6 {
	font-size:1.1em;
	font-weight:bold;
	margin: 0px;
	padding:0px;
}

.reviewSubTitle {
	font-style: italic;
}
.headerImage {
	position: absolute;
	height:172px;
	width:89px;
	top:11px;
}
#member1 {
	background: url(../images/header_image1.jpg);
	left:397px;
}
#member2 {
	background: url(../images/header_image2.jpg);
	left:492px;
}
#member3 {
	background: url(../images/header_image3.jpg);
	left:588px;
}
#member4 {
	background: url(../images/header_image4.jpg);
	left:685px;
}

#navigation {
	height: 33px;
	width: 780px;
	background: url(../images/nav_gradient_light.gif);
	background-repeat: repeat-x;
}
.menuItem {
	float: left;
	padding-top: 4px;
	padding-left: 6px;
	padding-right:6px;
	
}
.menuItemSelected {
	float: left;
	padding-left:10px;
	padding-right:12px;
	height:25px;
	background-color: #90300F;
}
.menuSpan {
	padding-top: 4px;
}
#container {
	width: 780px;
}
#content {
	margin:14px;
	margin-right: 220px;
	padding-right:10px;
	border-right: solid 1px #90300F;
}
#contentNoBorder {
	margin:14px;
	margin-right: 220px;
	padding-right:10px;
}
#rightcolumn {
	float:right;
	width: 220px;
	margin:0px;
}

#footer {
	clear:both;
	text-align:center;
	margin-right:5px;
	border-top: solid 1px #BEA0A0;
}
#contentReview {
	margin:14px;
	margin-left: 35px;
	margin-right: 45px;
}
.rightside_gradient {
	background: url(../images/rightside_gradient.gif);
	background-repeat: repeat-y;
}

.horizontalLine {
	height:1px;
	background-color:#90300F;
}
/*TITLES and TEXT STYLES*/
.headingBackground {
	background-color:#90300F;
	color:white;
	height:28px;
	width:200px;
}
.headingInner {
	padding-top: 2px;
	font-family: Maiandra GD, Times New Roman;
	font-size:1.4em;

}

.upper{
	text-transform: uppercase;
}

.mediumText {
	font-size: 1.1em;
}
.heavy {
	font-weight:bold;
}
.sideBarText {
	font-size: 1.1em;
	padding:7px;
	text-align:center;
}
.sideBarBox {
	border:solid 2px #90300F;
	width:175px;
	margin:10px;

}
.sideBarBoxOver {
	width:175px;
	margin:10px;

	border: solid 2px #0000FF;
}

/*EVENT STYLES*/
.eventFrontPage {
	font-size: 0.9em;
	padding:7px;
	text-align:center;
}
.eventFrontPageBase{
	background: url(../images/event_base.gif);
	height:38px;
	width:175px;
}

.mainEvent{
	width:530px;
	border: solid 1px #90300F;
	margin-bottom:12px;
	height:160px;
}
.eventImage{
	margin:10px;
}
.eventText{
	width: 350px;
	font-size: 0.9em;
	/*margin-left:175px;*/
}


.eventTable {
	width:530px;
	border: solid 1px #90300F;
	margin-bottom:12px;
}
.eventTableOver {
	width:530px;
	border: solid 1px #0000FF;
	background-color: #D8D8D8;
	margin-bottom:12px;
}

.reviewImage {
	width: 100px;
	height: 100px;
}

/*REVIEW STYLES*/
.reviewText{
	width: 350px;
	font-size: 0.8em;
}
.reviewHeader {
	font-size: 1.1em;
	font-weight: bold;
}
/*NAVIGATION*/
A.navLink:link, A.navLink:active,A.navLink:visited{
	font-family: Tahoma, Arial;
	font-weight:bold;
	font-size:0.9em;
	color:#5D3A19;
	text-decoration: none;
}
A.navLink:hover {
	text-decoration: underline;
}
A.navLinkSelected:link, A.navLinkSelected:active,A.navLinkSelected:visited{
	font-family: Tahoma, Arial;
	font-weight:bold;
	font-size:0.9em;
	color:#FFFFFF;
	text-decoration: none;
}
A.navLinkSelected:hover {
	text-decoration: underline;
}


A:link, A:active,A:visited{
	font-family: Tahoma, Arial;
	font-size:0.9em;
	color:#005A87;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

.imageBox {
	padding: 8px;
	border: solid 1px #D8D8D8;
}

.message {
	border: solid 2px #BEA0A0;
	padding: 15px;
	font-weight:bold;
	font-size: 1.2em;
	text-align:center;
	margin-bottom: 12px;
}
.divider {
	height: 10px;
	border-bottom: dotted 2px #90300F;
	margin-bottom:15px;
	margin-right:20px;
	margin-left:20px;
}

.overlayDiv {
	position: absolute;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.9;filter:alpha(opacity=90)
	z-index:10;
}
.jubileeTable td
{
	font-size: 0.9em;
}
.jubileeNote
{
	border: solid 1px #90300F;
	margin: 8px;
	padding: 10px;
}
