html, body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

#page
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	background-image: url("bg.png");
}

#header
{
	background-image: url("header.png");
	height: 124px;
}

#header h1
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 124px;
}

#header h1 a
{
	margin: 0;
	padding: 0;
	padding-top: 124px;
	display: block;
}

#nav
{
	background-image: url("header.png");
	background-position: 0 -124px;
	height: 44px;
	text-align: left;
}

#sub-nav
{
	background-image: url("header.png");
	background-position: 0 -168px;
	height: 38px;
	text-align: left;
	
}

#nav ul, #nav ul li, 
#sub-nav ul, #sub-nav ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#nav ul, #sub-nav ul
{
	margin-left: 24px;
}

#nav ul li
{
	margin-right: 12px;
	line-height: 34px;
	font-size: 1.1em;
}

#sub-nav ul li
{
	margin-right: 12px;
	line-height: 38px;
	font-size: 0.9em;
}

#nav ul li a, #sub-nav ul li a
{
	color: #FFF;
	text-decoration: none;
	
}

#nav ul li a:hover, #sub-nav ul li a:hover
{
	color: #FFF;
	text-decoration: underline;
	
}

#content
{
	padding-left: 24px;
	padding-right: 24px;
	text-align: left;
	font-size: 0.9em;
	color: #333333;
	padding-bottom: 1em;
	
}

#footer
{
	background-image: url("footer.png");
	height: 40px;
	line-height: 30px;
	color: #FFF;
	clear: both;
}

img.thumb
{
	float: left;
	margin-bottom: 2em;
	padding: 0.2em;
	border: 1px solid #CCC;
	margin-right: 1em;
}

img.thumb-right
{
	float: right;
	margin-bottom: 2em;
	padding: 0.2em;
	border: 1px solid #CCC;
	margin-left: 1em;
}

table
{
	border-collapse: collapse;
	font-size: 0.8em;
}

td, th
{
	padding: 5px;
}

tr:hover
{
	background-color: #FFF;
}

div.video
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 425px;
	height: 344px;
}
hr.clear-hidden
{
	height: 0;
	border: 1px #FFF;
	clear:both;
}
hr
{
	height: 1px;
	border: 0px;
	border-top: 1px solid #DDD;
}

table.schedule
{
	width: 95%;
}


div.message-box
{
	border-top: 1px dotted #CCC;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 0;
}
div.message-box strong
{
	display: block;
}

div.class-box
{
	border-bottom: 1px solid #CCC;
	padding: 1em;
	padding-right: 130px;

}

div.zumba
{
	background-image: url("zumba.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

div.zumbatoning
{
	background-image: url("zumba_toning.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

div.zumbatomic
{
	background-image: url("zumbatomic.jpg");
	background-position: right;
	background-repeat: no-repeat;
}


div.zumbagold
{
	background-image: url("zumba_gold.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

div.zumbafitness
{
	background-image: url("zumba_fitness.jpg");
	background-position: right;
	background-repeat: no-repeat;
}



div.class-box:hover
{
	background-color: #FFF;
}

div.class-box h3
{
	margin: 0;
	padding: 0;
}

h4
{
	text-decoration: underline;
}
