body {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 1em;
}

/*a {
	color: #1B91F6;
	text-decoration: underline;
	}
	
a:hover {
	color: #9966CC;
	}
	
a:visited{
	color: #9966CC;
	}*/

td {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}

th {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}

body.stage {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}

/* gallery page styling */
body.gallery {
	background-image: none;
}

#galleryheading{
	background-image: url(images/gallerytop.gif);
	background-repeat: repeat-x;
	position: absolute;
	width: 780px;
	top: 0px;
	left: 0px;
	}

#gallerytitle {
	background-image: url(images/gallerylamp.gif);
	background-repeat: no-repeat;
	height: 45px;

}

#gallerytitle p{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 110px;
	top: 19px;
}

#thumbnails {
	color: #FFFFCC;
	position: absolute;
	width: 750px;
	top: 60px;
	padding: 10px;
	font-size: 80%;
}

#return {
	 float: right;
	 padding: 10px;
}
#thumbnails tr{
	vertical-align: bottom;
}
#thumbnails td{
	width: 130px;
	padding: 10px;
	text-align: center;
	font-size: 80%;
	color: #FFFFCC;
}
#thumbnails a, #sitemap a:visited {
	color: #1B91F6;
	}

#sitemap a:hover{
	color: #1B91F6;
}

/* end of gallery page styling */


#menu {
	text-align: left;
	color: #FCE815;
	position: absolute;
	z-index: 3;
	height: 273px;
	width: 156px;
	left: 15px;
	top: 53px;
	}
#menu ul li {
	color: #FCE815;
	list-style: none;
	padding: 3px;
	margin-left: -20px;
	}
	
#menu ul li a{
	color: #FCE815;
	text-decoration: none;
	}

#menu ul li a:hover {text-decoration: none;
					  color:#D13234; }

#menu ul li#thisitem a{color: #1B91F6;}

#maintext {
	text-align: center;
	position: absolute;
	z-index: 4;
	height: 315px;
	width: 520px;
	left: 187px;
	top: 105px;
	overflow: auto;
}

body.info{
	background-image: none;
	}

#main {
	background-image: url(images/infoground.gif);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 2;
	width: 600px;
	top: 0px;
	left: 150px;
}

.infotext {
	padding-left: 60px;
	padding-right: 30px;
	font-size: 80%;
	}

#infoheading{
	background-image: url(images/infotop.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 600px;
	top: 0px;
	left: 0px;
	}

#infotitle {
	background-image: url(images/infolamp.gif);
	background-repeat: no-repeat;
	height: 45px;

}

#infotitle p{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 100px;
	top: 17px;
}

.subheading{
	background-image: url(images/subtop.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 600px;
	top: 0px;
	left: 0px;
	}

.subtitle {
	background-image: url(images/sublamp.gif);
	background-repeat: no-repeat;
	height: 45px;

}

.subtitle p{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 100px;
	top: 17px;
}

#logo {
	position: absolute;
	z-index: 2;
	height: 100px;
	width: 109px;
	left: 2px;
	top: 439px;
}
#chibi {
	position: absolute;
	z-index: 2;
	height: 160px;
	width: 155px;
	left: 554px;
	top: 381px;
}
.lamp {
	position: absolute;
	width: 60px;
	height: 80px;
	top: 33px;
	z-index: 2;
}
#no1 {
	left: 306px;	
}
#no2 {
	left: 248px;
}
#no3 {
	left: 545px;
}
#no4 {
	left: 601px;
}

#footer {
	/*position: absolute;
	left: 30px;
	top: 580px;*/
	font-size: 70%;
	color: #474739;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	/*text-align: left;
	z-index: 1;*/
}

#footer a, #footer a:visited{
	color: #7A7A62;
	text-decoration: none;
	}
#footer a:hover{
	color: #1B91F6;
	}
.goright {
	float: right;
	padding: 10px;
}
.goleft {
	padding: 10px;
	float: left;
}

table.timetable {
	width: 510px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #1B91F6;
	border-collapse: collapse;
}
table.timetable th {
	text-align: left;
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: blue;
}
table.timetable td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #1B91F6;
}


#sitemap {
	font-size: 80%;
	color: #FFFFCC;
	position: absolute;
	width: 750px;
	top: 60px;
	margin-left: 70px;
}

#sitemap ul, #sitemap li{
	list-style-type: disc;
	margin-top: 8px;
	}

#sitemap a, #sitemap a:visited {
	color: #FFFFCC;
	text-decoration: none;
	}

#sitemap a:hover{
	color: #1B91F6;
	text-decoration: none;

}

