/* universal styles  */
body	{
	margin: 0px;
	top-margin: 0px;
	font:12px "Georgia", serif;
	line-height:150%;
	text-align: left;
	background-color: #333; 
	padding: 0px; 
	}

table	{
	border:0;
	border-collapse:collapse;
	}

a:link {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	color: #555;
	font-weight: bold;
	}
a:active {
	text-decoration: none;
	}	

h1	{
	font:20px "Georgia", serif;
	font-weight:bold;
	/* text-decoration: underline; */
	text-transform:uppercase;
	line-height: 1.25em;
	margin:0px;
	padding:0px 0px 5px 0px;
	}
h2	{
	font:20px "Georgia", serif;
	font-weight:bold;
	text-transform:capitalize;
	line-height: 1em;
	margin:0px;
	padding:15px 0px 5px 0px;
	}
h3	{
	font:16px "Georgia", serif;
	font-weight:bold;
	text-transform:capitalize;
	line-height: 1.25em;
	margin:0px;
	padding:5px 0px 5px 0px;
	}
h4	{
	font:14px "Georgia", serif;
	font-weight:bold;
	text-transform:capitalize;
	line-height: 1.25em;
	margin:0px;
	padding:5px 0px 5px 0px;
	}
p	{
	font:14px "Georgia", serif;
	color:#000;
	line-height: 1.5em;
	margin:0px;
	padding:0px 0px 5px 0px;
	}
ul	{
	font:14px "Georgia", serif;
	color:#000;
	list-style-type: circle;
	line-height: 1.5em;
	}
ol	{
	font:14px "Georgia", serif;
	color:#000;
	line-height: 1.5em;
	}
li	{
	font:14px "Georgia", serif;
	line-height: 1.5em;
	}

/* ID's */

/* div for all content */
#allContent	{
	width: 780px;
	border-right: 6px #160d01 solid;
	border-left: 6px #160d01 solid;
	}
	
#allContentTable	{
	width:100%;
	background-color: #FFF;
	border-width: 0px;
	background-image: url(images/BGpage.jpg);
	background-repeat: no-repeat; 
	padding:0px;
	}
	
#pageHeaderTable	{
	width:100%;
	padding: 0px 0px 3px 0px;
	vertical-align: middle;
	
	}

/* navigation cell */
#navigation	{
	width: 200px;
	vertical-align: top;
	padding-right: 25px;
	padding-top: 50px;
	text-align: right;
	white-space: nowrap;
	font: bold 14px "Georgia", serif;
	}
	
/* ticket cell under navigation on season.htm */
#tickets	{
	width: 200px;
	vertical-align: top;
	padding:24px 25px 0px 10px;
	text-align: left;
	font: 10px "Georgia", serif;
	}
	
/* content cell */

#content	{
	width: 580px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 30px;
	background-image:url(images/headerUnderline.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	}

/* extra content for index.htm */
#contentIndex	{
	width: 580px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	vertical-align: top;
	}
	
/* content cell for top of season.htm */
#contentSeason	{
	width: 580px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	background-image:url(images/headerUnderline.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	}
	
/* ticket form styles */

#ticketFormTable	{
	width:500px;
	}
	

/* footer cell */
#footer	{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px #000 solid;
	vertical-align: top;
	}

	
/* <!-- Site Design and  Code copyright by Karen Tuttle --> */

/* CLASSES */

/* extra content (mostly season.htm) */
.contentExtra	{
	width: 580px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 30px;
	background-image:url(images/headerUnderline.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	}

/* ticket form table styles */
.ticketFormL	{
	width:150px;
	vertical-align:top;
	}
	
.ticketFormR	{
	width:350px;
	vertical-align:top;
	}