body {
	margin: 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	text-align: center;
}

a:active, a:focus {
	outline: 0;
}

a:link  { 
	text-decoration: none;
	color: black;
}

a:visited  { 
	text-decoration: none;
	color: black;
}

a:hover  { 
	color: maroon;
}

.upcoming .title a:link  { 
	text-decoration: none;
	color: maroon;
}

.upcoming .title a:visited  { 
	text-decoration: none;
	color: maroon;
}

.upcoming .title a:hover  { 
	text-decoration: underline;
	color: maroon;
}

.past a:link  { 
	text-decoration: underline;
	color: gray;
}

.past a:visited  { 
	text-decoration: underline;
	color: gray;
}

.past a:hover  { 
	text-decoration: underline;
	color: black;
}

.upcoming a:link  { 
	text-decoration: underline;
	color: black;
}

.upcoming a:visited  { 
	text-decoration: underline;
	color: black;
}

.upcoming a:hover  { 
	text-decoration: underline;
	color: maroon;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	width:750px;
	margin:0px auto;
	padding:20px;
	background-color: #FFFFFD;
}

#header {
	position: relative;
	margin: 0px auto;
	height: 300px;
	width: 650px;
}

#menu {
	font-size: 20px;
	text-align: right;
	position: absolute;
	top: 100px;
	left: 40px;
}

#harpsichord {
	position: absolute;
	left: 120px;
	top: 0px;
	cursor: pointer;
}

#ivy {
	position: absolute;
	left: 0px;
	top: 225px;
	width: 650px;
	text-align: center;
}

#headshot {
	padding: 5px 5px 5px 5px;
	margin: 0px 20px 5px 0px;
	float: left;
	width: 268px;
	height: 178px;
	border-style:solid;
	border-width:1px;
	border-color: gray;
}

#bio {
	line-height: 18px;
	text-align: justify;
	font-size: 13px;
}

.upcoming, .past {
	position: relative;
	left: 0px;
	width: 525px;
	height: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 16px;
	font-size: 13px;
}

.upcoming .title {
	color: maroon;
	font-weight: bold;
}

.past .title {
	font-weight: bold;
}

.past {
	color: gray;
}

.datetime {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: auto;
	text-align: right;
}

.summary {
	position: relative;
	top: 0px;
	left: 105px;
	width: 420px;
	height: auto;
	text-align: left;
}

hr {
	height: 1px;
	width: 250px;
	background: black;
	margin: 30px auto;
}

.recording {
	margin:0px auto;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	width: 600px;
	padding-bottom: 20px;
}

.recording .title {
	color: maroon;
	font-weight: bold;
}

.recording .movement {
	position: relative;
	left: 30px;
}
