/* CSS Document */

.style3 {color: #CC3300}
.style4 {
	font-size: x-large;
	line-height:150%;
}

/* replaces images with CSS rollver - flickers on IE */


#jam {
	float:right;
}
#jam a {
	display:block;
	width:188px;
	height:133px;
	background-image:url(/images/odom_jam.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor:crosshair;
}

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

#fayre {
	
}
#fayre a {
	display:block;
	width:188px;
	height:134px;
	background-image:url(/images/odom_mediaevalfayre.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}
#fayre a:hover {
	background-image:url(/images/odom_mediaevalfayre2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}
/* bottom row of pics */
#odomBlock {
	display: block;
	margin:5px auto;
	width:400px;
	height: 170px;
	text-align:center;
}
#allsouls, #convocation, #singers {
	float:left;
}

#allsouls a {
	display:block;
	width:130px;
	height:166px;
	background-image:url(/images/odom_allsouls.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}
#allsouls a:hover {
	background-image:url(/images/odom_allsouls2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}

#convocation a {
	display:block;
	width:115px;
	height:166px;
	background-image:url(/images/odom_convocation.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}
#convocation a:hover {
	background-image:url(/images/odom_convocation2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}

#singers a {
	display:block;
	width:131px;
	height:166px;
	background-image:url(/images/odom_singers.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}
#singers a:hover {
	background-image:url(/images/odom_singers2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	cursor: crosshair;
}
