/* For home page */

.mainCentreColumn  div{
	float: left; /* to be moved to all pages style */
}
.areaSelect {
	width: 100%;
	text-align: center;
	color: black;
	font-size: 0.9em;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}
a.preferred_area_style {
	font-weight: bold;
	color: black;
	text-decoration: overline;
}
/* For photos */
.centreEventPhoto {
	width: 162px;
	height: 160px;
	margin: auto;
	position: relative;
	margin-bottom: 18px;
}
.centreEventPhotoContainer{
	position: absolute;
	bottom: -20px;
	right: 0px;
	text-align: center;
	color: #CDC0B0;
}
.centreEventPhotoContainer img {
	border: 1px solid #141414;
	position: relative;
	bottom: -5px;	
}
.photoNotice {
	margin-top: 5px;
}
.largerText {
	font-size: 1.0em;
}
a .upcomingEventLink {
	color: #FF34B3;
}
.upcomingEventLink a:link, .upcomingEventLink a:active, .upcomingEventLink a:visited {
	font-weight: bold;
	color: #FF34B3 !important;
}
.upcomingEventStats {
	font-weight: bold;
	/* color: #FF34B3; */
}
.promotionText {
	font-size: 1.0em;
	color: midnightblue;
}
.prominentPromotionText {
	font-size: 1.0em;
	font-weight: bold;
	color: #FF34B3
}
.promomotionLink {
	font-weight: bold;
}



