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

body {
	background: #000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
}
#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	vertical-align: top;
	background-color: #000;
}
#mainContent {
	background-position: top;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	text-align: left;
	position: absolute;
}
#eventImage {
	text-align: right;
	width: 687px;
	position: absolute;
	left: 335px;
	height: 1078px;
	top: 442px;
}
#eventFooter {
	height: 110;
	width: 1024px;
	position: absolute;
	left: 3px;
	top: 3700px;
}


#title {
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}
#events {
	height: 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#eventAnnouncement {
	position: absolute;
	left: 124px;
	top: 528px;
	width: 270px;
	height: 200px;
}
#email_request {
	height: 97px;
	width: 293px;
	position: absolute;
	left: 695px;
	top: 477px;
}
#event_announcement {
	position: absolute;
	top: 532px;
	left: 124px;
}
#buttons {
	position: absolute;
	left: 315px;
	top: 358px;
	height: 39px;
	width: 442px;
	text-align: left;
	z-index: 1;
}
#aboutTextContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 1023px;
	height: 517px;
	text-align: left;
	vertical-align: top;
}
#contactGuest {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: 168px;
	top: 774px;
	font-size: 14px;
}
#contactYoung {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: 686px;
	top: 576px;
	font-size: 14px;
}
#contactAlex {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: 687px;
	top: 691px;
	font-size: 14px;
}
#contactInfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: 168px;
	top: 574px;
	font-size: 14px;
}
#eventButtons {
	text-align: left;
	position: absolute;
	width: 306px;
	height: 1078px;
	top: 442px;
	left: 4px;
}
#photoGallery {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}
img {
	vertical-align: top;
}
#playerBack {
	align: center;
	background-image: url(images/music_back.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 142px;
	z-index: 0;
	text-align: center;
	background-position: center;
}
#textTeal {
	font-size: 14px;
	color: #239690;
	text-align: center;
}
#update_gallery_btn {
	position: absolute;
	z-index: 1;
	left: 270px;
	top: 552px;
}
#update_event_btn {
	position: absolute;
	z-index: 1;
	left: 369px;
	top: 224px;
}
#backTop {
	background-image: url(images/backTop.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 51px;
}
#backSides {
	background-image: url(images/backSides.jpg);
	background-repeat: repeat-y;
	width: 1024px;
}
#contentUpdates {
	text-align: center;
	font-size: 14px;
	color: #26A19C;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#titleUpdates {
	padding-left: 40px;
	font-size: 16px;
	color: #26A19C;
	height: 50px;
}
#backBottom {
	background-image: url(images/backBotttom.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 39px;
}
#footUpdates {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	height: 50px;
	padding-top: 30px;
}
