/* CSS Document */

body {background-color:#666600;
}

p {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-stretch:extra-condensed;
font-style: normal;
text-align: left;
padding: 8px;
line-height: 16px;
}


h1 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
}

.calday {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch: ultra-condensed;
	font-size: 10px;
	font-weight: bold;
	color: #330000;
	vertical-align: middle;
	text-align: center;
}

.caltxt {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch: ultra-condensed;
	font-weight: lighter; 
	font-size: 10px;
	color: #330000;
	vertical-align: middle;
	text-align: left;
}


#Index {
	position:absolute;
	left:100px;
	top:0px;
	width:800px;
	height:600px;
	z-index:1;
	background-image: url(images/Splash_Photo.jpg);
	visibility: visible;
}


#About {
	position:absolute;
	left:100px;
	top:0px;
	width:800px;
	height:600px;
	z-index:1;
	background-image: url(images/About_Image.jpg);
}

#AboutContent {
	position:absolute;
	width:394px;
	height:408px;
	z-index:2;
	left: 301px;
	top: 97px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}


#Classes {
	position:absolute;
	left:100px;
	top:0px;
	width:800px;
	height:600px;
	z-index:1;
	background-image: url(images/Classes_Image.jpg);
	visibility: visible;
}

#ClassesContent {
	position:absolute;
	width:386px;
	height:406px;
	z-index:2;
	left: 306px;
	top: 92px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}


#Performances {
	position:absolute;
	left:100px;
	top:0px;
	width:800px;
	height:600px;
	z-index:1;
	background-image: url(images/Event_Image.jpg);
	visibility: visible;
}

#PerformancesContent {
	position:absolute;
	width:590px;
	height:241px;
	z-index:5;
	left: 105px;
	top: 91px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}

#Gallery {
	position:absolute;
	left:100px;
	top:0px;
	width:800px;
	height:600px;
	z-index:1;
	background-image: url(images/Gallary_Image.jpg);
	visibility: visible;
}


#Links {
	position:absolute;
	left:100px;
	top:0px;
	width:800px;
	height:600px;
	z-index:1;
	background-image: url(images/Links_Image.jpg);
	visibility: visible;
}

#LinksContent {
	position:absolute;
	width:590px;
	height:241px;
	z-index:5;
	left: 105px;
	top: 91px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}


#Contact {
	position:absolute;
	left:100px;
	top:2px;
	width:800px;
	height:600px;
	z-index:1;
	background-image: url(images/Contact_Image.jpg);
	visibility: visible;
}

#ContactContent {
	position:absolute;
	width:409px;
	height:100px;
	z-index:1;
	left: 175px;
	top: 152px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330000;	
}

#Navigation {
	position:absolute;
	width:499px;
	height:21px;
	z-index:3;
	left: 254px;
	top: 506px;
	visibility: visible;
}

#Copyright {
	position:absolute;
	width:530px;
	height:15px;
	z-index:4;
	left: 234px;
	top: 580px;
}


.nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #330000;
	display: inline;
	padding: 2px;
	width: 200px;
	line-height: 20px; 
}

.nav:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	padding: 2px;
	width: 200px;
	line-height: 20px; 
}

.copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

