/* CSS Document */
/* replaces images with CSS rollver - flicker on IE */
h3 {
	font-size: 1.2em;
	background-color:#FFFFFF;
	color:#003366;
	font-weight:bold;
	text-align:left;
}
#chilswell {
	float:right;
	margin: 10px;	
}

#chilswell a {
	display:block;
	width:170px;
	height:208px;
	background-image:url(/images/wallpainting_f01.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
	border:1px black solid;
}

#chilswell a:hover {
	background-image:url(/images/wallpainting_f02.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}
#buttercups {
	float: right;
	margin: 10px;
}
#buttercups a {
	display:block;
	width:250px;
	height:188px;
	background-image:url(/images/buttercups_f01.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
	border:1px black solid;
}

#buttercups a:hover {
	background-image:url(/images/buttercups_f02.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}


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