body {
	background: #223;
	color: #999;
	font-family: sans-serif;
	text-align: center;
}
h1, h2, h3, h4, h5	{
	font-family: "Century Gothic", "Arial", sans-serif;
	color: #99a;
	margin: 0em;
	letter-spacing: 0.1em;
}
a	{
	color: #999;
}
.stoplink {	/* don't use this until I figure out the overflow issue */
	font-size: .5em;
	float: right;
}


#header {
	text-align: center;
	margin-bottom: 0.1em;
}
#header h1	{
	font-size: 5em;
}
#header h2	{
	color: #556;
	font-style: oblique;
	font-size: 1.1em;
	letter-spacing: 1em;
}
body div {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#content	{	/* quack: left-aligns column in IE5 */
	width: 70%;
	border-top: 0.01em solid #99a;
	overflow: auto;
}

#menu {
	text-align: center;
	padding: 0em;
}
#menu li {
	list-style: none;
	display: inline;
	padding: 0em .1em 0em .1em;
	margin: 0em;
}
#menu li + li	{
	border-left: 0.01em solid #99a;
	padding-left: 0.3em;
}

#intro {
	text-align: center;
}
#intro p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
p + p {
	text-indent: 1.5em;
}

#history, #releases, #track-synopses	{
	margin-top: 1em;
	border-top: 0.01em dotted #999;
}
#history p, #releases p, #track-synopses p	{
	font-size: .8em;
}
#footer	{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-size: .75em;
	color: #778;
	border-top: 0.01em solid #99a;
}

dt {
	font-family: "Century Gothic", "Arial", sans-serif;
	color: #99a;
	float: left;
	border: 0.01em solid #ccc;
	margin: 0em 1em 0.5em 0em;
}
dt a {
	display: block;
	padding: 1em;
}
dd {
	text-align: justify;
	font-size: 0.95em;
	padding: 0em 1em 0em 1em;
	margin: 0em 2em 0em 2em;
}
dd > p:first-child {
	margin-top: 0em;
}
