div#Content h3 {
	margin: 1em 0;
	clear: left;
	font-size: 1.4em;
}

div.ScheduleRatesContainer {
	border: 1px solid #999;
	text-align: center;
}

div.Schedule, div.Rates {
	text-align: center;
	float: left;
}

div.Schedule {
	width: 47%;
}

div.Rates {
	width: 46%;
}

div.Schedule td {
	text-align: right;
}

div.ScheduleRatesContainer table {
	margin: 0 auto;
}

div#OpenGym {
	width: 93%;
	margin: 0 auto;
	float: none;
	text-align: center;
}

div#Content table th {
	vertical-align: top;
}

div.Schedule td {
	padding: 0.1em;
}

div.Schedule td {
	border-top: 1px solid #999;
}

div.Rates th {
	border-bottom: 1px solid #999;
}

div.Rates td {
	padding: 0.2em;
}

p#Important {
	text-align: center;
	font-style: oblique;
}