@charset "UTF-8";

/********** content **********/
#divContent {
	width: 700px;
	padding: 15px 0 10px 0;
	margin: auto;
}


/********** event **********/
#divLeftColumn {
	width: 465px;
	padding: 35px 0 0 0;
	margin: 0 -220px 0 0;
	float: left;
}

#divFlashContainer {
	width: 400px;
	height: 266px;
	padding: 0 0 15px 0;
	margin: 0;
}

#divLeftColumn .imageContainer {
	width: 400px;
	padding: 0 0 15px 0;
	margin: 0;
}

#divLeftColumn .textContainer {
	width: 100%;
	padding: 0;
	margin: 0;
}

#divLeftColumn .textContainer h1 {
	font-size: 10px;
	font-weight: bold;
	color: #111111;
	padding: 0;
	margin: 0;
}

#divLeftColumn .textContainer h1 a, #divLeftColumn .textContainer h1 a:link, #divLeftColumn .textContainer h1 a:visited {
	color: #111111;
	text-decoration: none;
}

#divLeftColumn .textContainer h2 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	padding: 0;
	margin: 0;
}

#divLeftColumn .textContainer h3 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding: 0;
	margin: 0;
}

#divLeftColumn .textContainer p {
	font-size: 10px;
	color: #333333;
	padding: 0 0 15px 0;
	margin: 0;
}

#divLeftColumn .textContainer p a, #divLeftColumn .textContainer p a:link, #divLeftColumn .textContainer p a:visited {
	color: #a63930;
	text-decoration: none;
}


/********** past events **********/
#divRightColumn {
	width: 220px;
	padding: 35px 0 0 0;
	margin: 0;
	float: right;
}

/********** titles **********/
.title-overview {
	background: url(../images/titles/overview.gif) no-repeat left top;
}

.title-history {
	background: url(../images/titles/history.gif) no-repeat left top;
}

.title-facilities {
	background: url(../images/titles/facilities.gif) no-repeat left top;
}

.title-addFacilities {
	background: url(../images/titles/addFacilities.gif) no-repeat left top;
}

.title-bookingInfo {
	background: url(../images/titles/bookingInfo.gif) no-repeat left top;
}

.title-directions {
	background: url(../images/titles/directions.gif) no-repeat left top;
}

.title-stagePlan {
	background: url(../images/titles/stagePlan.gif) no-repeat left top;
}

.title-seatingArea {
	background: url(../images/titles/seatingArea.gif) no-repeat left top;
}

.title-theSpace {
	background: url(../images/titles/theSpace.gif) no-repeat left top;
}

.title-aboutUs {
	background: url(../images/titles/aboutUs.gif) no-repeat left top;
}