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

body {
	top: 0px;
  	right: 0px;
  	bottom: 0px;
  	left: 0px;
  	width:980px;
  	height: 100%;
  	margin: auto;
	background color: #E2E2E2;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	background-image: url(images/dancer.png);
	background-repeat: no-repeat;
}

#container {
	width: 800px;
	height: 800px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#banner {
	position: relative;
	float: left;
	padding: 10px;
	height: 71px;
	width: 783px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
}

#content {
	position: relative;
	float: right;
	width: 500px;
	height: 375px;
	text-align: left;
	background-color: #E2E2E2;
	padding: 3px 5px 0 8px;
}

#content2 {
	position: relative;
	float: right;
	width: 500px;
	height: 650px;
	text-align: left;
	background-color: #E2E2E2;
	padding: 8px;
}


#schedule {
	position: relative;
	float: right;
	width: 600px;
	height: 420px;
	text-align: center;
}

#monday {
	position: absolute;
	left: 0;
	top: 150px;
	margin: 0;
	height: 275px;
	width: 94px;
	text-align: center;
	background-color: #E2E2E2;
}

#tuesday {
	position: absolute;
	left: 98px;
	top: 150px;
	margin: 0;
	height: 275px;
	width: 94px;
	text-align: center;
	background-color: #E2E2E2;
}

#wednesday {
	position: absolute;
	left: 196px;
	top: 150px;
	margin: 0;
	height: 275px;
	width: 94px;
	text-align: center;
	background-color: #E2E2E2;
}

#thursday {
	position: absolute;
	left: 294px;
	top: 150px;
	margin: 0;
	height: 275px;
	width: 94px;
	text-align: center;
	background-color: #E2E2E2;
}

#friday {
	position: absolute;
	left: 392px;
	top: 150px;
	margin: 0;
	height: 275px;
	width: 94px;
	text-align: center;
	background-color: #E2E2E2;
}

#saturday {
	position: absolute;
	left: 490px;
	top: 150px;
	margin: 0;
	height: 275px;	
	width: 94px;
	text-align: center;
	background-color: #E2E2E2;
}

#contact {
	position: relative;
	float: right;
	width: 300px;
	height: 215px;
	text-align: center;
	margin-top: 15px;
}

#registration {
	position: relative;
	float: right;
	width: 300px;
	height: 215px;
	text-align: center;
	margin-top: 15px;
}

#navigation {
	clear: both;
	position: relative;
	float: left;
	width: 800px;
	height: 45px;
	margin-top:5px;
	background-color: #666666;
	text-align: center;
	color: #CCCCCC;	
}

#footer {
	clear: both;
	position: relative;
	float: left;
	width: 800px;
	height: 80px;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
}

a, a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: underline;
}

#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#footer a {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}
