
body {
background: #809DE1;
margin: 0; padding: 0;
font: 14px/21px helvetica, arial, verdana, sans-serif;
}
img, a img {
border: 0;
padding: 0;
}
#wrap {  /* centered */
width: 860px;
position: relative;
left: 50%;
margin: 2em 0 2em -430px;
/*padding-bottom: 2em;*/
overflow: hidden;
}
#side, #main {	/*one true layout w some inline fudge*/
padding-bottom: 100em;
margin-bottom: -100em;	
}
#side {
width: 210px;
float: left;
background: #fff;
text-align: center;
}

#main {
/*height:  80em;*/
width: 640px;
float: left;
margin-left: 8px;
padding-top: 36px;
/*padding-bottom: 12.3em;*/
background: #fff;
text-align: center;
}
#tickets #main  {
text-align: left;
}
/* margins are set on interior elements not divs themselves */

h1, h2, h3, p {
padding: 0 12px;
margin: 0;
	color: #22367F;
}
#side h3 {
	font-size: 1.2em;
}
h1, h2, h3, h4 {
	color: #22367F;
	line-height: 1.2;
	margin: .8em 0 .15em;
}
#main h3 {
	font-size: 1.25em;
}
#main h4 {
	font-size: 1.08em;
}
#side h4 {
	text-align: center;
}
#side p, #side ul {
	margin: 1em .5em 1em 1em;
	font-size: 12px;
	line-height: 1.3;
}
#tickets #main p {
	font-size: 12px;
	line-height: 17px;
}
.ctr {
	text-align: center;
}
ul {
margin: 0;
padding: 0 12px;
text-align: left;
}
li {
font-size: .9em;
margin: 0 0 .5em 2.5em; 
}
#tickets #main li {
	text-align: left;
	margin-left: 5em;
	margin-bottom: .15em;
}
#tickets #main li.hed {
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.5em 0 .3em 2em;
}
#tickets #main p {
	text-align: left;
	color: #000;
	padding: 0 3em;
	margin-bottom: 1em;
}
#tickets #main p strong {
font-size: 1.2em;
}
#tickets #side ul, #tickets #side li {
	list-style: none;
}
form {
	text-align: center;
}
input {
	border: none;
}
a {
	color: #800;
}
a:hover {
	color: #c00;
}
a:active {
	color: #800;
}

