/*** Design by http://www.thecodestudio.com ***/

body {
	background: #E0DFA3 url(i/bg.jpg) repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #383838;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	width: 779px;
}

#content {
	background-color: #4F7395;
	border-bottom: 3px #333 solid;
	color: #FFFFFF;
}
	
	
#menu {
	background-color: #000;
	height: 22px;
	vertical-align:middle;
/*	padding-top: 4px;*/
	text-align: center;
	font-variant: small-caps;
	color: #FFFFCC;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 3px #4F7395 solid;
}

#menu a, a:visited  {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFCC;
}

#menu a:hover  {
	font-size: 14px;
	text-decoration: underline;
	color: #FFFF00;
}

#main {
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
}

#aero { 	font-size: 14px;
	text-decoration: none;
	color: #FFFFCC;}
#aero a, a:visited { 	font-size: 14px;
	text-decoration: none;
	color: #FFFFCC; }
#aero a:hover {
	background-color:#FFCC66;
}

#twit a, a:visited { color: #4F7395; font-size:inherit; text-decoration: underline; }
#twit a:hover { background-color: #FFFFCC; }

#main a, a:visited { color: #4F7395; font-size:inherit; text-decoration: underline; }
#main a:hover { background-color: #FFFFCC; }

#main .addr   { font-size: 16px; }

#schedule {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

#schedule h3 { font-size: 18px; }
#schedule a, a:visited { color:#4F7395; font-size: 14px; }

.title  { font-size: 20px; font-weight: bold; }

.rowheader { 
	text-transform: uppercase; 
	background-color: #FFFFCC;
	font-weight: bold;
	height: 25px;
}

.aerobics {
	text-align: left;
	font-size: 14px;
	background-color: #FCFECD;
	border: thin solid #C9CC99;
}

.tumour {
	background-color:#EDE0A9;	
	padding: 10px;
}

#btf {
	clear: both;
	position: absolute;
}

#footer {
	clear: both;
	background-color: #4F7395;
	height: 25px;
	font-size: 10px;
	text-align: center;
	color: #FFF; 
	padding-top: 6px;
}

#footer a, a:visited { color: #FFF; font-size: 10px }
#footer a:hover { background-color: #003366; }

