/* styles for IE 5 Mac */
#container {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 600px;
	height: 502px;
	margin: 0px;
	background-image:url(images/background.jpg);	
}

 /* following rules are invisible to IE 5 \*/
#container {
	background-image:url(images/background.jpg);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 502px;
	margin-top: -251px;
	margin-left: -300px;
}
/* end IE 5 hack */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

a {
   color: #000000;
   font-weight: bold;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 95px;
}

#menuHeadings {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-left: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: 20px;
	width: 300px;
}

#contentNavArrows {
	position: absolute;
	left: 315px;
	bottom: 0px;
	width: 50px;
	height: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#menuUpcomingShows {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 200px;
	height: 20px;
	margin-right: 10px;
	padding-bottom: 5px;
}

#content {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 350px;
	height: 260px;
	margin: 10px;
	border: thin solid #000000;
	overflow: hidden;
}

#contentContent {
	position: absolute;
	left: 0px;
	width: 340px;
	padding: 5px;
}

#upcomingShows {
	position: absolute;
	top: 95px;
	right: 0px;
	width: 200px;
	height: 260px;
	margin: 10px;
	border: thin solid #000000;
}

#upcomingShowsContent {
	position: absolute;
	left: 0px;
	width: 190px;
	padding: 5px;
}

.headingText {
	color: #999999;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.headingTextSmall {
	color: #999999;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.navArrow {
	color: #999999;
	font-family: Arial;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: none;
}

td {
	vertical-align: top;
}





