html {
	background-color: #d4e3df !important;
}

body {
	background-color: #d4e3df;
}

#page_container {
	padding-top: 30px;
}

#opening_times {
	width: 320px;
	height: 504px;
	float: right;
	background-image: url(../images/st-marys-opening-times.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#buttons {
	width: 614px;
	float: left;
}

#hot_stuff {
	width: 614px;
	height: 79px;
	background-image: url(../images/hot-stuff.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold
}

#hot_stuff a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 458px;
	height: 62px;
	padding: 17px 0px 0px 156px;
}

#footer {
	border-top: 1px solid #1f7c96;
	padding-top: 10px;
	width: 955px !important;
}

#opening_times table {
	width: 320px;
}

#opening_times h1 {
	height: 35px;
	margin: 0px;
	padding: 10px 0px 0px 11px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

#opening_times th {
	text-align: left !important;
	vertical-align: top !important;
	font-size: 11px;
	font-weight: bold;
	color: #0c708d;
	border-bottom: 1px solid #d4e3df;
	padding: 5px 5px 10px 10px;
}

#opening_times td {
	text-align: left !important;
	vertical-align: top !important;
	font-size: 11px;
	font-weight: normal;
	color: #67676b;
	border-bottom: 1px solid #d4e3df;
	padding: 5px 5px 10px 10px;
}

#opening_times p {
	padding-left: 5px;
	font-size: 11px;
	color: #67676b;
}

#opening_times h2 {
	font-size: 21px;
	font-weight: bold;
	padding: 5px;
	color: #0c708d;
	margin: 0px;
	line-height: 1em;
}

#opening_times .appointment_only {
	font-weight: bold;
	color: #000000;
}


	#opening_times h1 {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
		height: 25px;
	}
	
	#opening_times_tabs {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		height: 20px;
		border-bottom: 1px solid #e5e5e5;
	}
	
	#opening_times_tabs li {
		float: left;
		padding: 2px 10px 3px 10px;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		
		background-color: #e5e5e5;
		
	}
	
	#opening_times_tabs li.current {
		background-color: #ffffff !important;
		border-bottom: 1px solid #ffffff;
		
	}
	
	
	#opening_times_tabs li a {
		font-size: 11px;
		font-weight: normal;
		color: #666;
	}
	
	
	#opening_times_tabs li.current a {
		color: #0c708d;
		font-weight: bold;
	}	
	
	#community_times_container {
		padding: 5px;
		font-size: 11px;
		color: #67676b;
	}
