
body {
	margin:0;
}
body, td {
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#999999;
}

#background {
	margin:0 auto;
	width:887px;
	position:relative;
	background-image:url(../images/background_rev.gif);
	background-repeat:no-repeat;
	height:500px;
}

#logo {
	position:absolute;
	top:36px;
	left:550px;
}

h1 {
	background-repeat:no-repeat;
	width:332px;
	height:31px;
	position:absolute;
	top:198px;
	left:60px;
	margin:0;
}
h1 span {
	display:none;
}
#home h1  {
	background-image:url(../images/h_healthy_movement.gif);
}
#schedule h1 {
	background-image:url(../images/h_schedule.gif);
}
#instructors h1 {
	background-image:url(../images/h_roster.gif);
}
.content {
	position:absolute;
	width:308px;
	top: 238px;
	left:78px;
	text-align:right;
}
#home .content {
	top:268px;
	left:79px;
	text-align:right;
}
#home .content strong {
	color:#666666;
	
}
#schedule .content {
	top:238px;
	left:82px;
	font-size:12px;
	line-height:14px;
	text-align:left;
}
#schedule .content p {
	margin:0;
}
#schedule .content b {
	color:#666666;
}
#schedule .content table td {
	font-size:11px;
	line-height:14px;
}
#schedule .caption {
	font-size:11px;
	width:490px;
	padding:33px 0;
}

#nav {
	list-style-type:none;
	text-align:right;
	position:absolute;
	top:56px;
	left:147px;
	width:200px;
	
}


.contactInfo {
	position:absolute;
	top:56px; 
	left:416px;
}
.phone {
	color:#578A1C;
}
#desc {
	position:absolute;
	top:460px;
	left:401px;
	width:500px;
	color:#CC99CC;
	font-weight:bold;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
/********************/
/***** schedule ****/
/*******************/
th {
	font-size:12px;
}
td.time {
	width:90px;
}
td.class {
	width:135px;
}
td.instructor {
	width:85px;
}


/********************/
/*** instructors ****/
/*******************/

#instructorNav {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:238px;
	left:411px;
}

.bio {
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	width:308px;
}

#instructorNav a:link {
	color:#cc99cc;
	padding-left:10px;
}
#instructorNav a:visited {
	color:#CCCCCC;
	padding-left:10px;
}
#instructorNav a.clicked:link, #instructorNav a.clicked:visited,  #instructorNav a.clicked:hover {
	color:#660066;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
	padding-left:10px;
	text-decoration:none;
}
#instructorNav a:hover {
	color:#cc99cc;
	padding-left:10px;
}

/********************/
/******* links ******/
/*******************/

a:link {
	color:#cc99cc;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#cc99cc;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#cc99cc;
	font-weight:bold;
	text-decoration:underline;
}
#home .homeLink a:link, #home .homeLink a:visited, #home .homeLink a:hover, #schedule .scheduleLink a:link, #schedule .scheduleLink a:visited, #schedule .scheduleLink a:hover,  #instructors .instructorsLink a:link, #instructors .instructorsLink a:visited, #instructors .instructorsLink a:hover  {
	color:#660066;
	text-decoration:none;
} 


div.message {
	width:200px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#000;
	border:1px solid #cc99cc;
	position:absolute;
	top:85px;
	left:120px;
}
div.message a {
	font-size:14px;	
}