body, html {
	background: #C2BFC2 url('/images/background.jpg');
	padding: 0;
	margin: 0;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75%;
}	
/*---------------------- Screen Layout ------------------------*/
#wrapper {
	position:relative; /* needed for footer positioning*/
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background: white url('/images/content_background.jpg') repeat-y;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	width: 770px;
	height: 188px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('/images/header.jpg') no-repeat;
	z-index: 0;
}	
#header h1, #header h2 {
	text-indent: -999em;
}

#content {
	width: 585px;
	padding: 0 20px 0 15px;
	margin-right: 10px;
	float: right;
	position: relative;
	/* pull the content back up into the empty space in the header */
	top: -60px;
	z-index: 1;
	font-size: 112.5%;
} 
#maintitle {
	text-align: center;
	
	/* push it away from the corner image */
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	/* push the content below away from the corner image */
	margin-bottom: 20px;
}
#footer {
	font-size: 85%;
	text-align: center;
	margin-top: 2em;
}


/*---------------------- Navigation Bar ------------------------*/
.nav {
	width: 120px;
	margin-left: 10px;
	margin-top: 1em;
	overflow: hide;	
	float: left;
	font-size: 120%;
	text-align: left;
}



/*---------------------- General Reusable Styles ------------------------*/
a:link {color: #642664;}
a:visited {	color: #835183; }
a:hover {color: #B21EB2;}
#content li {
	margin-left: .5em;
}
#content ul {
	margin: .5em 0 1em 1.0em;
}
/*---------------------- Calendar Tables ------------------------*/
table.calendar, table.music {
	margin: 1em auto;
}
table.calendar th, table.music th {
	background-color: #CC99CC;
	padding: 2px 2px 0 2px;
	border-bottom: 2px solid white;
	font-size: 110%;
	font-weight: bold;
}
table.calendar td, table.music td {
	border-bottom: 2px solid white;	
}
table.music td {
	padding: 0 3px;
}
table.music th { 
	border-right: 2px solid white;
	text-align: center;
}
table.music {
	width: 90%;
}

.separator {
	background-color: #CC99CC;
}
