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

body {
	background-image: url(image/Untitled-1.gif);
	background-repeat: repeat-x;
}
.sub_headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660033;
}
advanced {
	color: #660000;
	text-decoration: none;
}
#banner {
	background-image: url(image/dance-dance.png);
	background-repeat: no-repeat;
	background-position: center;
}
#banner h1 {
	display: none;
}
#container {
	height: 800px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container #div head {
	height: 100px;
}
#container #thumbs {
	float: left;
	width: 60px;
	position: absolute;
	left: 33px;
	top: 243px;
}
#container #picture_holder {
	float: left;
	height: 346px;
	width: 426px;
	margin-left: 0px;
	position: absolute;
	left: 100px;
	top: 185px;
}
#nav_bar a {
	color: #003366;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#nav_bar a:hover {
	color: #FFFFFF;
	background-color: #000099;
}
#container {
}
#container #menu {
	width: 60px;
	float: left;
}
.class_headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
#menu a {
	color: #FF3333;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
}
