body {
    background-color: #000;
    font-family: helvetica, arial, sans-serif;
	margin: 10px 20px;
}

* {
margin: 0;
padding: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0 0 .75em 0;
}

p.quote {
    text-align: center;
}

p.question {
	color: #C00;
	font-weight: bold;
	font-style:italic;
	}

.highlight {
	font-weight: bold;
}

p.clear {
	clear: both;
}

.red {
	color: #C00;
	font-size: 90%;
}

h1, h2, h3, h4, h5 {
	font-family:Arial, Verdana, sans-serif;
    margin: 0 0 .5em 0;
	font-weight: normal;
	color: #FFF;
	font-variant: normal;
}

h1 {
	font-size:30px;
	font-weight:bold;
	text-decoration: underline;
	text-shadow: #666 2px 2px 1px;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	color: #C00;
}

h3 {
	font-size: 16px;
	color: #C00;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	color: #C00;
}

a:link { 
	color: #C00;
	text-decoration: none;
}

a:visited { 
	color: #C00;
	text-decoration: none;
}

div#container {
    width: 915px;
    margin: 0 auto;
    padding: 0;
    border: 0px solid #ccc;
}

#nav_main {
	background-image:url(images/navbg.png);
}

#nav_main ul {
list-style-type: none;
height: 50px;
width: 915px;
margin: auto;
}

#nav_main li {
	float:left;
}

#nav_main ul a {
	padding-right: 18px;
	padding-left: 18px;
	display: block;
	line-height: 50px;
	text-decoration: none;
	font-family: Arial, san serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	text-shadow: #333 2px 2px 1px;
}

#nav_main ul a:hover {
	color: #000
}

#branding {
	width: 915px;
	height: 125px;
	padding-bottom: 30px;
}

#featuredArea {
	width: 915px;
	height: 360px;
	padding-bottom: 20px;
}

#mainInfo {
	width: 915px;
}

#firstInfo {
	float: left;
	width: 265px;
	height: 400px;
	padding: 15px 40px 15px 0;
}

#firstInfo h2 {
	background: url(images/aboutmain.png);
	background-repeat:no-repeat;
	text-indent: -999px;
	line-height: 40px;
}


#secondInfo {
	float: left;
	width: 300px;
	height: 400px;
	padding: 15px 25px 15px 0;
}

#secondInfo h2 {
	background: url(images/whatwedo.png);
	background-repeat:no-repeat;
	text-indent: -999px;
	line-height: 40px;
}


#secondInfo ul {
	margin: 20px;
	list-style-type: circle;
	color: #FFF
}

#thirdInfo {
	float: left;
	width: 255px;
	height: 400px;
	padding: 15px 10px 15px 20px;
}

#thirdInfo h2 {
	background: url(images/getconnected.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
	line-height: 40px;
}

#thirdInfo img {
	border: 0px;
}

#contact {
	float: left;
	width: 915px;
	text-align: center;
	padding-top: 10px;
}



#content {
    float: left; /*FLOATS CONTENT BOX LEFT*/
	width: 853px; /*ADDS A FIXED WIDTH*/
	-moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	-webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	background-color: #292828; /* CONTENT BACKGROUND COLOR*/
	border: 1px solid #333; /* CONTENT 1 PX BORDER AND BORDER COLOR*/
	padding: 30px 30px 30px 30px; /*ADDS PADDING ALL THE WAY AROUND*/
}

/* ----------BUTTON CONTENT STYLES---------- */
 
#buttonContent {
	float: left; /*FLOATS RIGHT CONTENT BOX left*/
	width: 230px; /*ADDS FIXED WIDTH*/
	-moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	-webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	background-color: #292828; /*RIGHT CONTENT BACKGROUND COLOR*/
	border: 1px solid #333; /*RIGHT CONTENT 1 PX BORDER AND BORDER COLOR*/
	padding: 10px 10px 10px 15px; /*ADDS PADDING ALL THE WAY AROUND*/
}

#buttonContent h2 {
	background: url(images/thingsstuff.png);
	background-repeat:no-repeat;
	text-indent: -999px;
	line-height: 40px;
}

ul#FeaturedLink {
    list-style: none;
    margin: 0;
    padding: 0;
}

#FeaturedLink a {
	display: block;
    width: 220px;
    height: 40px;
    background: url(images/buttonsprite.png) no-repeat left top;
    color: #CCC;
	font-family: futura, arial, sans-serif;
    font-weight: normal;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
    text-decoration: none;
}

#FeaturedLink a:hover {
	 background-position: left bottom;
     color: #000;
	}

#FeaturedLink a.tickets { background: url(images/ticketsprite.png) no-repeat left top; }
#FeaturedLink a.midnight { background: url(images/eventsprite.png) no-repeat left top; }
#FeaturedLink a.events { background: url(images/eventsprite.png) no-repeat left top; }
#FeaturedLink a.college { background: url(images/collegeteamsprite.png) no-repeat left top; }

#FeaturedLink a.tickets:hover { background-position: left bottom; }
#FeaturedLink a.midnight:hover { background-position: left bottom; }
#FeaturedLink a.events:hover { background-position: left bottom; }
#FeaturedLink a.college:hover { background-position: left bottom; }

#video {
	width: 580px;
	height: 358px;
	float: right;
}


#leftContent {
    float: left;
    width: 390px;
    padding: 0 10px 0 0;
}

#leftContent img {
    padding-bottom: 20px;
}

#rightContent {
    float: left;
    width: 410px;
    text-align: right;
    padding: 0 20px;
}

#aboutHeader {
	width: 835px;
	height: 100px;
}

#aboutHeader h1 {
	background: url(images/aboutheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}

#Showtime {
	width: 835px;
	height: 100px;
}

#Showtime h1 {
	background: url(images/showtimesheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}

#showLeft {
    float: left;
    width: 320px;
    padding: 0 0 0 20px;
}

#showLeft a.tickets { display: block;
    float: left;
    width: 220px;
    height: 40px;
   	font-size: 17px;
	text-indent: -999px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 70px;
	margin-left: 30px; background: url(images/ticketsprite.png) no-repeat left top; }
#showLeft a.tickets:hover { background-position: left bottom; }

#badge {
	margin-left: 20px;
	}



#showRight {
    float: left;
    width: 500px;
    text-align: center;
    padding: 0;
}

#badge {
	float: left;
}

#classHeader {
	width: 835px;
	height: 100px;
}

#classHeader h1 {
	background: url(images/classesheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}

.classContent {
	width: 810px;
	padding: 0 20px;
}

.classInfo {
	float: left;
	width: 220px;
	height: 450px;
	padding: 15px 40px 15px 20px;
}

#classContact {
	float: left;
	width: 850px;
	text-align: center;
}

#classFAQ {
	margin: 0 20px;
	}

#classFAQ h1{
	text-align:center;
}

#castContent {
	width: 815px;
	padding: 0 0 0 20px;
}

#castHeader {
	width: 835px;
	height: 100px;
}

#castHeader h1 {
	background: url(images/castheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}

#corpContent {
	float: left;
	width: 100%;
}


#corpContent p.corp {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	color: #C00;
	font-style: italic;
	margin: 0 0 .75em 0;
}

#corpContent a {
    display: block;
    float: left;
    width: 220px;
    height: 40px;
    background: url(images/buttonsprite.png) no-repeat left top;
    color: white;
    font-weight: normal;
	font-size: 17px;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	margin-left: 310px;
	margin-right: 300px;
	margin-bottom: 20px;
	text-shadow: #333 2px 2px 1px;
    text-decoration: none;
}

#corpContent a:hover {
    background-position: left bottom;
    color: #000;
}

#corpContent img {
	padding: 0 15px;
}

#corpHeader {
	width: 835px;
	height: 100px;
}

#corpHeader h1 {
	background: url(images/privateheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}

#corpLogos {
	width: 825px; /*ADDS A FIXED WIDTH*/
	-moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	-webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	background-color: #FFF; /* CONTENT BACKGROUND COLOR*/
	border: 1px solid #333; /* CONTENT 1 PX BORDER AND BORDER COLOR*/
	margin-left: 10px;
}

#corpLogos img
	{padding: 10px 25px}
	
#eventsHeader {
	width: 835px;
	height: 90px;
}

#eventsHeader h1 {
	background: url(images/eventsheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}

.event {
	width: 800px;
	padding: 10px 0px;
	-moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	-webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	background-color: #150517; /* CONTENT BACKGROUND COLOR*/
	border: 1px solid #555; /* CONTENT 1 PX BORDER AND BORDER COLOR*/
}

.event img {
	padding: 0 10px 0 0;
}

.inside {
	margin: 10px 15px;
}

#highSchoolHeader {
	width: 835px;
	height: 100px;
}

#highSchoolHeader h1 {
	background: url(images/highschoolheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}

#summerHeader {
	width: 835px;
	height: 150px;
	padding-bottom: 30px;
}

#summerHeader h1 {
	background: url(images/summercamptop.jpg) no-repeat;
	background-position: center;
	text-indent: -9999px;
	line-height: 150px;
}

#sunday {
	width: 835px;
	height: 127px;
	padding-bottom: 20px;
}

#sunday h1 {
	background: url(images/sundayheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 127px;
}

#sundayContent {
	width: 850px;
	
	}

#sundayContent img {
	border: 0px;
}

#mediaHeader {
	width: 835px;
	height: 100px;
}

#mediaHeader h1 {
	background: url(images/mediaheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}

#mediaContent {
	margin: 0 15px;
	width: 800px;
}


#performerHeader {
	width: 835px;
	height: 80px;
}

#performerHeader h1 {
	background: url(images/performerheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}


#privacyHeader {
	width: 835px;
	height: 100px;
}

#privacyHeader h1 {
	background: url(images/privacyheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}

#mailingHeader {
	width: 835px;
	height: 100px;
}

#mailingHeader h1 {
	background: url(images/mailingheading.png) no-repeat;
	text-indent: -9999px;
	line-height: 70px;
}

.callInfo {
	text-align: center;
	width: 840px;
	float: left;
}

.callInfo p {
	font-weight:bold;
	color:#C00;
	padding-top: 20px;
}

#SignUp .signupframe {
  border: 1px solid #000000;
  background: #292828;
  color: #226699;
  font-family: Arial, Helvetica, sans-serif;
}


#footer {
    clear: both;
	padding-top: 20px;
	width: 915px;
	text-align: center;
}

#footer p.footer_links {
	text-align:center;
	font-size: 9px;
	padding-bottom: 15px;
}


#footer p.copyright {
	font-size: 9px;
	font-style: italic;
	text-align: center;
} 



