#board {
	float: left;
	width: 420px;
	padding: 10px;
	font-size: 150%;
	background-image: linear-gradient(180deg, rgb(189,156,111), rgb(119,152,183));
	color: white;
	text-shadow: .05em .05em black;
}

#board h2 {
	margin: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	text-align: center;
}

#board table {
	margin: 0 auto;
}

#board td:nth-child(1) {
	font-style: italic;
	text-align: right;
}

#board p {
	margin: 0;
	text-align: center;
}

#board .click {
	margin-top: 10px;
	font-size: 65%;
}

/*
#sassafras {
	margin-left: 455px;
	font-size: 90%;
	text-align: center;
}

#sassafras .credit {
	font-size: 90%;
	font-style: italic;
}
*/

#download {
	float: right;
	width: 400px;
	margin: 50px 0 0 20px;
	padding: 20px 0;
	background-color: rgb(192,222,255);
	text-align: left;
}

#download h2 {
	margin: 0 0 5px;
	padding: 5px 0 0 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
}

#download ul {
	margin: 0;
	padding: 0;
}

#download li {
	margin: 8px 0 8px 30px;
	list-style-type: none;
	font-weight: bold;
	font-size: 125%;
	text-decoration: underline;
	color: rgb(153,0,0);
}

#committee {
	padding: 10px 20px;
	background-color: rgb(253,254,237);
}

#committee h2 {
	margin: 0 0 10px;
	padding: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
	text-decoration: none;
	text-align: left;
}

#committee p {
	margin: 0 0 10px;
}

#committee h3 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
}