* {
	margin: 0px;
	padding: 0px;
}

A.white {color: white;}
A.white:active,visited {color: white;}
A.white:hover {color: white; text-decoration: none;}

BODY {
	background: #000000;
	width: 100%;
	text-align: center;
	font-family: arial;
}

#corner {
	position: absolute;
	z-index: 30;
	left: -10px;
	top: 0px;	
}

#wrapper {
	width: 1003px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	margin: 0 auto;
	position: relative;
	background: white;
	height: 3750px;
}

#homeLink {
	width: 1003px;
	text-align: right;
	font-size: 12px;
	margin-bottom: 3px;
}

#header {
	height: 515px;
	width: 1003px;
}

#headerText {
	position: absolute;
	top: 170px;
	left: 67px;
	font-family: Georgia, Times, Arial;
	width: 293px;
	text-align: left;
	font-size: 13px;
}

#headerVideo {
	position: absolute;
	top: 157px;
	right: 125px;
	background: #000000;
	width: 516px;
	height: 268px;
	text-align: center;
}

#videoPad {
	margin-top: 0px;
}

#rockstars {
	width: 1003px;
	background: white;
}

#rockstar {
	float: left;
	text-align: center;
	font-size: 12px;
	margin-right: 1px;
}

#rockstarEnd {
	float: left;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#detailsHolder {
	width: 1003px;
	height: 363px;
	margin-bottom: 10px;
}

#campDetails {
	float: left;
	width: 672px;
	height: 363px;
	text-align: center;
	font-family: Helvetica, Arial;
	font-weight: bold;
	line-height: 1.7;
}

#ticketInfo {
	float: right;
	width: 309px;
	font-size: 12px;
	font-weight: bold;
}

#generalInfo {
	width: 1003px;
	font-size: 12px;
}

#signupBox {
	width: 1003px;
	text-align: left;
	font-size: 12px;
}

#general1 {
	float: left;
	width: 300px;
	text-align: left;
	margin-right: 30px;
}

#schedule {
	background-image: url('../images/scheduleBG.gif');
	background-repeat: no-repeat;
	width: 995px;
	height: 381px;
	margin-top: 10px;
	font-size: 12px;
}

#schedule1 {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 80px;
	border: 0px solid red;
}

#schedule2 {
	float: left;
	text-align: left;
	width: 261px;
	padding-top: 80px;
	border: 0px solid red;
}

#schedule3 {
	float: left;
	text-align: left;
	width: 270px;
	padding-top: 80px;
	border: 0px solid red;
}

#schedule4 {
	float: left;
	text-align: left;
	width: 250px;
	padding-top: 80px;
	border: 0px solid red;
}

#schedulePad {
	padding-left: 20px;
}

#packages {
	background-image: url('../images/packages.gif');
	background-repeat: no-repeat;
	width: 992px;
	height: 643px;
	margin-top: 15px;
	margin-left: 3px;
	font-size: 16px;
	text-align: left;
}

#packagePad {
	height: 65px;
}

#package1 {
	width: 261px;
	height: 49px;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: center;
}

#package2 {
	width: 261px;
	height: 43px;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: center;
}

#bottomPackage {
	width: 999px;
	float: right;
	margin-right: 5px;
}

#enrollBTN {
	float: right;
	margin-right: 4px;
}

#footer {
	background: #05c2f8;
	width: 1003px;
	height: 207px;
	margin-top: 20px;
	color: white;
	font-size: 11px;
	padding-top: 15px;
}

#footer A {font-size: 14px; color: black; font-weight: bold; margin-right: 15px; text-decoration: none;}
#footer A:active,visited {font-size: 14px; color: black; font-weight: bold; margin-right: 15px; text-decoration: none;}
#footer A:hover {font-size: 14px; color: black; font-weight: bold; margin-right: 15px; text-decoration: underline;}

.orange {
	font-weight: bold;
	color: #f25f0e;
}

.gray {
	color: #8c8c8c;
}

#detailsPadding {
	padding-top: 85px;
}

#clear {
	clear: both;
}

small {
	font-size: 10px;
}

.footnote {
  text-align: center;
  margin: 3px;
  padding: 0;
  font-size: 8pt;
}

