/* CSS Document */
/* replaces images with CSS rollver - flicker on IE */
#aboutBlock {
	display: block;
	width:472px;
	height: 120px;
}
#fritillaries {
	float:left;	
}
#abingdon {
	float:left;
}
#wolvercote {
	float:left;
}

#fritillaries a {
	display:block;
	width:185px;
	height:120px;
	background-image:url(/images/fritillaries_f01.gif);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}

#fritillaries a:hover {
	background-image:url(/images/fritillaries_f02.gif);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}


#abingdon a {
	display:block;
	width:106px;
	height:120px;
	background-image:url(/images/abingdon_f01.gif);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}
#abingdon a:hover {
	background-image:url(/images/abingdon_f02.gif);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}

#wolvercote a {
	display:block;
	width:180px;
	height: 120px;
	background-image:url(/images/wolvercote_f01.gif);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}
#wolvercote a:hover {
	background-image:url(/images/wolvercote_f02.gif);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}

table.trustees {
	border: 1px solid black;
	width: 35em;
}

table, td {
	line-height: 1em;
	border-bottom: 1px dotted #999;
	margin: 0px;
	padding: 2px;
	/*border-bottom: 1px gray dotted;*/
}

.trustees td p {
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}