#main div.past {
	text-align: center;
	margin: 20px;
}

#main h4 {
	border-left: 8px solid #786863;
	border-right: 1px solid #786863;
	border-top: 1px solid #786863;
	background: #e2d9d8;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 3px;
}

#main div.author {
	border-left: 8px solid #786863;
	border-right: 1px solid #786863;
	border-bottom: 1px dashed #786863;
	background: #e2d9d8;
	text-align: right;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 3px;
}

#main dl {
	border-left: 8px solid #786863;
	border-right: 1px solid #786863;
	border-bottom: 1px solid #786863;
	margin: 0 10px 20px 0;
}

#main dt {
	font-weight: bold;
	padding: 6px 0 0 8px;
}

#main dd {
	margin: ;
	padding: 2px 0 8px 16px;
}

#main table {
	padding: 0 10px 10px 15px;
}

#main table caption {
	font-weight: bold;
}

#main table td {
	font-size: 95%;
	padding: 4px;
}

#main td.author {
	width: 20%;
	background: #e2d9d8;
}


