/* content page CSS file - for subsequent pages in site */ 

/* header, no borders, no padding */ 
#contenthead{
	position:relative;
	height:63px;
	width:620px;
	background-image: url(/images/purplecube.jpg);
	background-repeat: no-repeat;
} 
#contenthead #headbuttons {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align:right;
	height: 24px;
	}
#contenthead .headtext {
	position: absolute;
	bottom: 0px;
	left: 140px;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
#contentleft {
	width: 130px;
	float: left;
	display: inline;
	text-align: center;
}
#contentleft .evimage {
	margin: 10px auto;
}
#contentright {
	float: left;
	position:relative;
	width: 489px;
	display: inline;
	border-left: 1px solid #6D455B;
}
#contentright #contentbody {
	margin-top: 7px;
	margin-left: 10px;
	font-size: 12px;
}
#contentbod {
	width:620px;
	margin-top: 7px;
	font-size: 12px;
}
#contentbodyall {
	width:620px;
	margin-top: 7px;
	font-size: 12px;
}
#contentbodyall img {
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contentbodyall hr {
	height: 1px;
	clear: both;
	margin-top: 5px;
}
#contentright #contentbuttons {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align:right;
	height: 22px;
	}	
.ticketbuttons {
	text-align:right;
	height: 22px;
	margin-top: -30px;
	}

a.button {
    background: transparent url(/images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin-left: 8px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(/images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 4px 8px;
}
a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 4px 0 4px 8px; /* push text down 1px */
}
a.button2 {
    background: transparent url(/images/bg_button_a2.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin-left: 8px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
}

a.button2 span {
    background: transparent url(/images/bg_button_span2.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 4px 8px;
}
a.button2:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:hover span {
    background-position: bottom left;
    padding: 4px 0 4px 8px; /* push text down 1px */
}
#extrapics {
	width: 130px;
}
#extrapics table {
	width: 110px;
	margin-right: auto;
	margin-left: auto;
}
.eveximage {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}