#wrapper {
	height: 600px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: -5px;
}
#text {
	position:absolute;
	left:43px;
	top:200px;
	width:508px;
	height:554px;
	z-index:2;
	overflow: auto;
}

#nav {
	position:absolute;
	left:139px;
	top:10px;
	width:847px;
	height:73px;
	z-index:30;
}
#main {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:800px;
	z-index:1;
}
a:link {
	color: #F00;
}
a:visited {
	color: #F00;
}
a:hover {
	color: #999;
}


.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFF;
	font-weight: normal;
	line-height: 32px;
}
.schedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
}




body {
	background-color: #000;
}
.thankyou {
	font-family: "Comic Sans MS", cursive;
	font-size: 12pt;
	color: #CCC;
}
#logo {
	height: 100px;
	width: 300px;
	left: 100px;
	top: 100px;
	z-index: 10;
	position: relative;
}
.thankyou_title {
	font-family: "Comic Sans MS", cursive;
	font-size: 24pt;
	color: #069;
}
.maintitles {
	font-size: 24pt;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright {
	z-index: 5;
	top: 750px;
	position: absolute;
	height: 200px;
	width: 300px;
	left: 40px;
}
.copytext {
	font-size: 11px;
	color: #CCC;
}

