@charset "ISO-8859-1";
#Cambridge {
	background-image: url(../images/blue_button.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 100px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Myriad Pro", Arial;
	font-size: 22px;
	float: right;
}
#Stevenage {
	background-image: url(../images/purple_button.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 100px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Myriad Pro", Arial;
	font-size: 22px;
	float: left;
}
#clubholder {
	height: 120px;
	width: 600px;
	text-align: center;
	margin-left: 75px;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}

