h1 {
	position: absolute;
	left: 150px;
	top: 10px;
	width: 350px;
	text-align: center;
	font-weight: normal;
	color: #6d5e41;
}
h3 {
	position: absolute;
	left: 150px;
	top: 50px;
	width: 350px;
	text-align: center;
	font-weight: normal;
	color: #6d5e41;
}
div#manIntro {
	position: absolute;
	left: 150px;
	top: 75px;
	width: 470px;
	line-height: 18px;
/*	border: 1px solid red; */
}
#manTable {
	position: absolute;
	top: 270px;
	left: 35px;
}
.manMonth {
	font-size: 14px;
	font-weight: bold;
}
.artist {
	font-weight: bold;
}
.artistType {
	font-weight: normal;
	font-style: italic;
}
td.date {
	width: 115px;
	vertical-align: top;
}
td > p {
	margin: 0px;
}
.manMonthRow {
	height: 20px;
}
.red {
	color: red;
}
#geisbrect {border: 0; float: right; }
