body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}

#header {
	background: #FFFFFF; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:
	font-weight: normal;
	text-align: left;
	color: #666666;
}

#header #headerTable {
	height: 100px;
	width:1000px;
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

#header td.headercell {
	padding: 0px 0px 0px 0px;
}

#header td.quicklinks {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;

}

#menu #menuTable {
	height: 28px;
	width:1000px;
	border-collapse: collapse;
	border: none;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}

#menu td.menucell {
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 0px 6px 1px 6px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/menuborders.gif);
	background-repeat:repeat-x;
}

#menu td.menucellselected {
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-align: center;
	padding: 0px 6px 1px 6px;
	background-image:url(images/menubordersselected.gif);
	background-repeat:repeat-x;
}

#menu td.spacercell {
	height: 28px;
	width: 30px;
	background-image:url(images/menuborders.gif);
	background-repeat:repeat-x;
	vertical-align: middle;
}

#menu td.smallspacercell {
	height: 28px;
	width: 15px;
	background-image:url(images/menuborders.gif);
	background-repeat:repeat-x;
	vertical-align: middle;
}

#menu a {
	color: #666666;
	text-decoration: none;
}

#menu a.selectedlink {
	color: #FF9900;
	text-decoration:: none;
}

#menu a:hover {
	color: #FF9900;
	text-decoration: none;
}

#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContent  h1 {
	font-family:Garamond;
	font-size:24px;
}

#mainContent  style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-size:14px;
}


#mainContent #mainContentTable {
	width: 1000px;
	border-collapse: collapse;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainContent td.maincell {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
}

#mainContent #ticketsTable {
	width: 1000px;
	border-collapse: collapse;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainContent #individualticketsTable {
	width: 1000px;
	border-collapse: collapse;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainContent #chooseThreeTable {
	border-collapse: collapse;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:20px;
	font-weight:bolder;
}

#mainContent h3 {
	font-family:Garamond;
	font-size:28px;
	font-weight:bold;
	margin-top:30px;
}

form {
	margin:0;
}

#mainContent td.sectionA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	text-align: center;
	background-color:#B1B6E4;
}

#mainContent td.sectionB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	text-align: center;
	background-color:#A6E79C;
}

#mainContent td.sectionC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	text-align: center;
	background-color:#F38883;
}

#mainContent td.venue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	font-weight:bold;
}

#mainContent td.type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	text-indent:10px;
}

#mainContent td.priceA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-color:#B1B6E4;
	width:50px;
	text-indent:10px;
}

#mainContent td.priceA2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-color:#B1B6E4;
	width:30px;
}

#mainContent td.priceA3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-color:#B1B6E4;
	width:150px;
}

#mainContent td.priceB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-color:#A6E79C;
	width:50px;
	text-indent:10px;
}

#mainContent td.priceB2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-color:#A6E79C;
	width:30px;
}

#mainContent td.priceB3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-color:#A6E79C;
	width:150px;
}

#mainContent td.priceC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-color:#F38883;
	width:50px;
	text-indent:10px;
}

#mainContent td.priceC2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-color:#F38883;
	width:30px;
}

#mainContent td.priceC3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	background-color:#F38883;
	width: 150px;
}

#mainContent td.ticketSpacer {
	width:5px;
}

#footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#footer #footerTable {
	height: 20px;
	width:1000px;
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

#footer td.footercell {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-image:url(images/footerborder.gif);
	background-repeat:repeat-x;
}

img {
	border: none;
}