body {
	background: #fff;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 60pt;
	color: #000;
	font-style: bold;
	margin: 0;
}

h2 {
	color: #000;
	font-size: 32pt;
	font-style: bold;
	margin: 0;
}

h2 .orange, #navigation ul li.orange a:link, #navigation ul li.orange a:visited {
	font-style: normal;
	color: #ff6633;
}

p {
	line-height: 140%;
	margin-bottom: 1em;
}

table {
	
}

table th {
	color: #314004;
	background-color: #94BD5E;
	padding: 10px;
	font-size: 20px;
}

table td {
	padding: 10px;
	width: 120px;

}

tr.date td {
	color: #ff6633;
	font-size: 16px;
}

tr.date td span {
	font-weight: normal;
}
#navigation {
	font-style: bold;
	padding: 10px 0;
	background-color: #94BD5E;
	font-size: 16pt;
	margin: 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: inline;
	list-style-type: disc;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #314004;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#info {
	float: left;
	width: 440px;
}

#flyer {
	float: right;
	width: 400px;
}

.panel h2 {
	 margin-bottom: .4em;
	font-size: 28px;
}

.gray {
	color: #808080;
}

.orange {
	color: orange;
}

.green {
	color: #314004;
}

.date {
	color: #ff6633;
	font-size: 44pt;
	font-weight: bold;
}

.location {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

#location-images {
	margin-bottom: 2em;
	float: left;
}

#location-images img {
	float: left;
	border: 3px solid #94BD5E;
	margin-right: 10px;
}

#address {
	float: left;
	font-size: 24px;
}

#map {
	float: right;
}

.dj-profile {
	float: left;
	border-bottom: 1px solid #94BD5E;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.dj-profile h2 {
	margin-top: 20px;
}

.dj-profile img {
	float: left;
	margin: 10px;
	border: 3px solid #94BD5E;
}

#questions {
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #808080;
}

#questions a {
	color: #ff6633;
}

#player {
	position: fixed;
	bottom: 30px;
	right: 10px;
}