#posters {
	width:100%;
	clear:both;
	margin:2em 0em 2em 0em;
	padding:0em;
}
#posters span {
	width: 18.6%;
	background-repeat:no-repeat;
	background-position:center;
	height:200px;
	border: solid 1px #005187;
	cursor:pointer;
	float:left;
	margin:0em;
	padding:0em;
}
#posters span span.text {
	text-align:center;
	background-color:#005187;
	width:99.5%;
	font-size:225%;
	font-weight:bold;
	opacity: 0.75;
	color:#FFFFFF;
	margin:0em;
	padding:0em;
	position:relative;
	top:167px;
	height:1.15em;
}
#posters #play {
	background-image:url(../images/play.jpg);
	margin-right:1%;
	margin-left:1%;
}
#posters #support {
	background-image:url(../images/support.jpg);
	margin-right:1%;
}
#posters #coach {
	background-image:url(../images/coach.jpg);
	margin-right:1%;
}
#posters #volunteer {
	background-image:url(../images/volunteer.jpg);
	margin-right:1%;
}
#posters #sponsor {
	background-image: url(../images/sponsor.jpg);
}
#latestNews {
	border:solid 1px #005187;
	padding:0em;
	margin:1.25em 0em 0em 0em;
	height:42.8em;
	overflow:scroll;
	float:left;
	width:59%;
}
#latestNews h2, #nextGame h2, #lastGame h2, #featuredPlayer h2, #media h2 {
	margin:0em;
	padding:0em;
}
#latestNews h2 a {
	color:#FEC423;
	text-decoration:none;
}
#nextGame {
	width:39%;
	border:solid 1px #005187;
	/*position:absolute;
	right:23%;*/
	text-align:center;
	margin-top:1.25em;
	margin-right:0.25%;
	/*height:10em;*/
	float:right;
}
#lastGame {
	width:39%;
	border:solid 1px #005187;
	/*position:absolute;
	right:23%;*/
	text-align:center;
	margin-top:0.5em;
	margin-right:0.25%;
	/*height:10em;*/
	float:right;
}
#nextGame img, #lastGame img {
	margin:0.25em;
}
#media {
	width:39%;
	border: solid 1px #005187;
	float:right;
	/*position:absolute;
	right:23%;*/
	margin-top:0.5em;
	margin-right:0.25%;
	text-align:center;
}
#nextGame h2, #lastGame h2, #media h2 {
	text-align:left;
}
#content {
	/*top:205px;
	margin:0em;
	padding:0em;*/
}
#adverts {
	/*top:0.25em;*/
}
.newsItem {
	border: none;
	margin-bottom: 1em;
	padding: 0em;
}
.newsItem h3 {
	background-color: #FEC423;
	padding: 0.25em;
	margin: 0em;
	color: #005187;
}
.newsDate {
	font-size: 90%;
	text-align: right;
	font-style: italic;
	margin: 0em;
	padding-right: 0.25em;
}
.newsSummary {
	margin:-1em 0em 0em 0em;
	padding: 0.25em;
	display: block;
}
.newsContent {
	margin: 0em;
	padding: 0.25em;
}
.newsItem h3 a img, #latestNews h2 a img {
	border: none;
}
.vs {
	font-size:275%;
	font-weight:bold;
	margin:0em;
	padding:0em;
}
.archiveLink {
	float:right;
	font-size:75%;
	margin-top:-1.25em;
	margin-right:0.25em;
}