/* Structure CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) #20102b repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#Page {
	margin: 0 auto;
	width: 960px;
}


/* Index Specific */

#IndexContent {
	width: 960px;
}

#IndexContentLeft {
	float: left;
	width: 230px;
	height: 550px;
	background: url(../images/index-leftnav-bg.jpg) no-repeat top left;
}

#IndexContentRight {
	float: left;
	width: 705px;
	height: 430px;
	padding: 120px 0 0 25px;
	background: url(../images/index-right-bg.jpg) no-repeat top left;
}

#IndexContentClear {
	clear: left;
}

#IndexPerformance {
	width: 325px;
	padding: 0 0 0 25px;
}

/* Secondary Pages */

#Content {
	width: 960px;
}

#ContentLeft {
	float: left;
	width: 230px;
	height: 550px;
	background: url(../images/index-leftnav-bg.jpg) no-repeat top left;
}

#ContentRightAbout {
	float: left;
	width: 690px;
	padding: 40px 0 0 40px;
	background: url(../images/about-right-bg.jpg) no-repeat top left;
}

#ContentRightAboutContent {
	float: left;
	width: 485px;
}

#ContentRightTickets {
	float: left;
	width: 690px;
	padding: 40px 0 0 40px;
	background: url(../images/tickets-right-bg.jpg) no-repeat top left;
}

#ContentRightTicketsContent {
	float: left;
	width: 450px;
}

#ContentRightSeason {
	float: left;
	width: 690px;
	padding: 40px 0 0 40px;
	background: url(../images/season-right-bg.jpg) no-repeat top left;
}

#ContentRightSeasonContent {
	float: left;
	width: 485px;
}

#ContentRightStaff {
	float: left;
	width: 690px;
	padding: 40px 0 0 40px;
	background: url(../images/standard-right-bg.jpg) no-repeat top left;
}

#ContentRightStaffContent {
	float: left;
	width: 485px;
}

#PhotoColumnStaff {
	float: right;
	width: 180px;
	padding: 210px 0 0 0;
}

#PhotoColumnWellness {
	float: right;
	width: 180px;
	padding: 250px 0 0 0;
}

#ContentRightOutreach {
	float: left;
	width: 690px;
	padding: 40px 0 0 40px;
	background: url(../images/standard-right-bg.jpg) no-repeat top left;
}

#ContentRightOutreachContent {
	float: left;
	width: 485px;
}

#PhotoColumnHH {
	float: right;
	width: 180px;
	padding: 60px 0 0 0;
}


#ContentRightDonations {
	float: left;
	width: 690px;
	padding: 40px 0 0 40px;
	background: url(../images/donations-right-bg.jpg) no-repeat top left;
}

#ContentRightDonationsContent {
	float: left;
	width: 485px;
}

#ContentRightGalleries {
	float: left;
	width: 690px;
	padding: 40px 0 0 40px;
	background: url(../images/galleries-right-bg.jpg) no-repeat top left;
}

#ContentRightGalleriesContent {
	float: left;
	width: 665px;
}

#ContentRightNews {
	float: left;
	width: 690px;
	padding: 40px 0 0 40px;
	background: url(../images/donations-right-bg.jpg) no-repeat top left;
}

#ContentRightNewsContent {
	float: left;
	width: 485px;
}

#ContentRightContact {
	float: left;
	width: 690px;
	padding: 40px 0 0 40px;
	background: url(../images/contact-right-bg.jpg) no-repeat top left;
}

#ContentRightContactContent {
	float: left;
	width: 485px;
}

#PhotoColumn {
	float: right;
	width: 180px;
	padding: 350px 0 0 0;
}

#ContentClear {
	clear: left;
}


/* Footer Area */

#Footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}