@charset "utf-8";
body  {
	font:Arial, Helvetica, sans-serif;
	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: #999;
	scrollbar-3dlight-color:#999;
	scrollbar-arrow-color:#999;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#999;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#999;
	scrollbar-shadow-color:#fff;
	background-color: #666;
}
.twoColFixLt #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: 600px;
	background-image: url(../img/yellow-slice.jpg);
	background-repeat: repeat;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:600px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 36px;
	color:#CCC;
	font:Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 24px;
	color:#999;
	font:Arial, Helvetica, sans-serif;
}
#homepgbox {
	position:relative;
	width:656px;
	height:550px;
	z-index:1;
	left: 10px;
	top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: auto;
}
#menu {
	position:relative;
	width:656px;
	height:28px;
	z-index:2;
	left: 10px;
	top: 6px;
}
.subtitle {
	font-size:20px;
	color: #C00;
}
.body1 {
	font-size:14px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #999;
}
a.grey:link {
	color: #CCC;
	text-decoration: none;
}
a.grey:visited {
	text-decoration: none;
	color: #CCC;
}
a.grey:hover {
	text-decoration: underline;
	color: #F00;
}
a.grey:active {
	text-decoration: none;
	color: #999;
}
a.menu:link {
	color: #CCC;
	text-decoration: none;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
}
a.menu:visited {
	text-decoration: none;
	color: #CCC;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	}
a.menu:hover {
	text-decoration: underline;
	color: #F00;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;

}
a.menu:active {
	text-decoration: none;
	color: #999;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;

}#sponsorpagepgbox {
	position:relative;
	width:646px;
	height:540px;
	z-index:1;
	left: 55px;
	top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding: 10px;
}
.tablemain {
	width:1000px;
	background-color: #000;
	text-align: left;
	vertical-align: top;
	border-width: 0;
}
.tableleft {
	width:300px;
	height:600px;
	background-repeat: repeat;
	vertical-align: top;
	background-image: url(../img/yellow-slice.jpg);
}
.tablemenu {
	width:700px;
	height:30px;
}
.tablebody {
	width: 700px;
	height: 570px;
	vertical-align: top;
	border-width: 10;
	margin: 10;
	font-family: Arial, Helvetica, sans-serif;
}

	
.tableticketdesc {
	width: 250px;
	text-align: left;
}
.tableticketqty {
	width: 75px;
	text-align: center;
}
.tableticketchildren {
	width: 300px;
	text-align: left;
}
.tableticketbody {
	width: 700px;
	vertical-align: top;
	border-width: 6;
	border: 2;
	border-color: #CCC;
}
.tableticketqty2 {
	width: 301px;
	text-align: left;
}
.tableticketqty3 {
	width: 382px;
	text-align: left;
}
.tableticketqty4 {
	width: 92px;
	text-align: left;
}
.tableticketqty5 {
	width: 90px;
	text-align: left;
}
.tableticketqty6 {
	width: 400px;
	text-align: left;
}
.tableticketqty7 {
	width: 70px;
	text-align: left;
}
.tableticketqty8 {
	width: 50px;
	text-align: left;
}
.tableticketdesc2 {
	width: 220px;
	text-align: left;
}
.tablebodyfill {
	width: 30px;
	height: 570px;
	vertical-align: top;
	border-width: 10;
	margin: 10;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.artistsbodyfill {
	width: 10px;
	vertical-align: top;
	border-width: 10;
	margin: 10;
	border-top-color: #999;
}
.artistsbodyleft {
	width: 270px;
	border-width: 10;
	margin: 10;
	vertical-align: top;
	border-top-color: #999;
}
.artistsbodyright {
	width: 995px;
	margin: 10;
	vertical-align: top;
	border-top-color: #999;
}
.artistsbodydivider {
	vertical-align: top;
	height: 2px;
	background-color: #999;
}
.h2light {
	font-size: 14px;
	color:#CCC;
	font:Arial, Helvetica, sans-serif;
}
.body2 {
	font-size:22px;
}
.biogborder {
	border: 1px solid #000;
	border-color: #333;
}
.tableticketqty2x {
	width: 150px;
	text-align: center;
}
.tableticketqty2y {
	width: 145px;
	text-align: center;
}
.warning {
	font-size:18px;
	color: #F00;
}
#wrapper {
	text-align: left;
	width: 980px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

