	body {
		background: black;
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
		background: #111;
	}
	
	#main {
		position: relative;
		margin: 0px auto;
		color: white;
		background: black url(images/map.gif) no-repeat 430px;
		height: 1000px;
		width: 800px;
	}
	
	.content {
		position: absolute;
		background: black;
		color: white;
		border: solid 1px #667088;
		padding: 0px 5px;
		z-index: 16 !important;
		overflow: auto;
	}
	.contentclosed {
		position: absolute;
		color: white;
		padding: 0px 5px;
		overflow: none;
		height: 20px;
		width: auto;
		border: solid 1px transparent;
		overflow: hidden;
	}
	.contentclosed * {
		display: none;
	}
	.content h1, .contentclosed h1 {
		visibility: hidden;
	}
	
	.title {
		display: block;
		background: black;
		height: 18px;
	}

	h1 {
		font-size: 15px;
		font-weight: normal;
		margin-top: 0px;
	}
	h1#logo {
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 6;
		font-family: "C Univers 57 Condensed", Impact, Univers;
		font-size: 30px;
		font-weight: normal;
		text-transform: uppercase;
		color: #cd440e;
		width: 199px;
		height: 24px;
		background: url(images/logo-chopperdave.gif);
	}
	h1#logo span {
		display: none;
	}
	h2 {
		font-size: 1.2em;
		font-weight: normal;
	}

	h2 .date {
		font-size: .9em;
		font-style: italic;
		text-align: right;
	}
	p, td {
		font-size: 1em;
		margin: .5em auto;
		line-height: 1.4em;
	}
	a {
		color: #def;
	}
	a h1 {
		text-decoration: none;
	}
	
	img {
		border: none;
	}

	ol, ul {
		margin-left: 8px;
		padding-left: 10px;
	}


	#news .title {
		background: url(/images/title-news.gif);
		height: 18px;
		width: 53px;
	}
	#contact .title {
		background: url(/images/title-contact.gif);
		height: 15px;
		width: 54px;
	}
	#music .title {
		background: url(/images/title-music.gif);
		height: 14px;
		width: 44px;
	}
	#merchandise .title {
		background: url(/images/title-merchandise.gif);
		height: 12px;
		width: 71px;
	}
	#shows .title {
		background: url(/images/title-shows.gif);
		height: 16px;
		width: 49px;
	}
	#bio .title {
		background: url(/images/title-bio.gif);
		height: 15px;
		width: 23px;
	}
	#lyrics .title {
		background: url(/images/title-lyrics.gif);
		height: 16px;
		width: 34px;
		margin-left: 200px;
	}
	#pictures .title {
		background: url(/images/title-pictures.gif);
		height: 13px;
		width: 52px;
		/*margin-left: 200px;*/
	}
	
	#music li {
		width: 100%;
	}
	#music li a {
		display: block;
		float: right;
		margin-left: .5em;
		font-size: .9em;
	}
