body {
	background-color:#ECE4CB;
	color:#2C3E35;
	font-family:"Hoefler Text",Constantia,Georgia,serif;
	font-size:16px;
	margin: 0;
	border-top: 50px solid #666;
	padding: 20px;
	
}

a:link, a:visited {color:#08448B;text-decoration:none;}
a:hover, a:active {text-decoration:underline;}

h1 {
	margin-top: 25px; margin-left: 15px; 
	font-size: 21px;
}

h3 {
	font-size: 16px;
}

#chart {
  font: 10px Helvetica, Arial, sans-serif;
  shape-rendering: crispEdges;
  fill: #444;
  margin-bottom: 40px;
}

.weekday {
  fill: #faf5e4;
  stroke: #ccc;
}

.keyday {
  fill: #faf5e4;
  stroke: none;
}

.day {
  fill: #faf5e4;
  stroke: #ccc;
}

.month {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
}

.keymonth {
	text-anchor: middle;
	fill: #999;
	font-size: 20px;
	font-weight: bold;
}

.keypath {
  fill: none;
  stroke: #000;
}

#oeuvre {
/* 	width: 724px; */
/* 	width: 1500px; */
}

#history {
	margin-left: 15px;
	padding-right: 46px;
	width: 710px;
	float: left;
}

#history p {
	line-height: 135%;
}

#gigs {
	margin-bottom: 30px;
	margin-left: 15px;
	width: 710px;
	float: left;
}

table {
	padding-bottom: 25px;	
}

table td {
	padding-right: 15px;
	line-height: 115%;
	padding-bottom: 6px;
}

.dates {
	width: 75px;
	text-align: right;
}

#key {
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 135%;
	clear: both;
}

.credits {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin-top: 40px;
}