@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #4D4D4D;
	line-height: 18px;
	background-color: #DCF0FF;
	padding: 0px;
}
a {
	color: #28AAE1;
	text-decoration: underline;
}
a:hover {
	color: #28AAE1;
}
#wrapper {
	margin: 30px auto 0px auto;
	padding: 0px;
	width: 830px;
	position: relative;
	background-image: url(../images/img_bckgrd.gif);
	background-repeat: repeat;
}
#wrapperTimetable {
	margin: 0px auto;
	padding: 0px;
	width: 830px;
	background-image: url(../images/bckgrd_timetable.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#logo {
	width: 288px;
	height: 169px;
	position: absolute;
	top: -20px;
	left: -30px;
}
#holder {
	width: 830px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/img_pilatesGal.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
}
#contentHolder{
	width: 335px;
	padding: 0px 15px 0px 0px;
	margin: 40px 0px 50px 280px;
	float: left;
}
#contentHolder2{
	width: 335px;
	padding: 0px 15px 0px 0px;
	margin: 40px 0px 40px 280px;
	float: left;
}

#nav {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}
#nav ul li a {
	color: #21428C;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #28AAE1;
}
#nav ul li a.here {
	color: #28AAE1;
}
#img {
	width: 283px;
	height: 424px;
	position: relative;
	top: -430px;
	left: ;
	z-index: 10;
}
#content {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#sarahW {
	background-color: #DCF0FF;
	margin: 50px 0px 0px 0px;
	padding: 10px;
}
#sarahW p {
	margin: 0px;
	font-style: italic;
	padding: 0px;
}
#instructor {
	text-align: center;
	margin-top: 30px;
	padding: 1px 0px;
	border-top: solid #28AAE1 2px;
	border-bottom: solid #28AAE1 2px;
}
#contentFAQ {
	margin: 10px 250px 40px 40px;
	padding: 0px;
	clear: left;
}
#contentFAQ p {
	margin: 10px 0px;
	padding: 0px;
}
#contentTimetable {
	width: 580px;
	margin: 0px;
	line-height: 16px;
	padding: 0px 0px 0px 30px;
	float: left;
}
#contentTimetable a {
	color: #4D4D4D;
	text-decoration: none;
}
#contentTimetable a:hover {
	background-color: #FFF;
}
#sidebar {
	width: 196px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: center;
}
#bookingform {
	width: 193px;
	margin: 10px 0px 25px 0px;
	padding: 0px;
	float: right;
}
#specialoffer {
	width: 186px;
	border-top: solid #DCF0FF 2px;
	border-bottom: solid #DCF0FF 2px;
	margin: 0px 5px 35px 5px;
	padding: 0px;
	float: right;
}
#specialoffer p {
	color: #FFF;
	line-height: 22px;
	font-size: 15px;
}
#forsale p {
	color: #FFF;
	line-height: 16px;
	font-size: 12px;
}
#newterm {
	background-image: url(../images/specialoffer.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 196px;
	padding-top: 10px;
	margin: 0px;
	float: right;
}
#newterm p {
	font-size: 11px;
	color: #21428C;
	line-height: 13px;
	margin: 0px;
}
#footer {
	width: 550px;
	height: 20px;
	margin: 0px;
	padding: 10px 0px 0px 280px;
	background-image: url(../images/img_footer.gif);
	background-repeat: no-repeat;
	clear: both;
}
#footer2 {
	width: 550px;
	height: 20px;
	margin: 0px;
	padding: 10px 0px 0px 280px;
	background-image: url(../images/img_footer2.gif);
	background-repeat: no-repeat;
	clear: both;
}
#footer p, #footer2 p {
	color: #FFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#footer a, #footer2 a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer2 a:hover {
	color: #28AAE1;
}

/* Table */

.table {
	padding: 0;
	margin: 20px 0px;
	border-collapse: collapse;
	border: 1px solid #fff;
	background: #DCF0FF;
	font-size: 11px;
}
.table th, .table td {
  border: 2px solid #fff;
  padding: 0.5em;
  text-align: centre;
  color: #632a39;
  vertical-align:top;
}
.table th[scope=col] {
  background-color: #28AAE1;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
  text-align:center;
  color: #fff;
  border-left:hidden;
  border-rigt:hidden;
}

/* classes */

.highlight {
	color: #22428C;
}

.timetableAft {
	background-color: #a9dafe;
}