* {
	margin: 0;
	border: 0;
	padding: 0;
}


body {
	background-color: black;
}

a {
	color: black;
	text-decoration: none;
}

h1 {
	font-size: medium;
	font-weight: bold;
}

h2 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 1em;
}

p {
	margin-top: 1em;
}

#page {
	width: 721px;
	background: white;
	margin: 0 auto;
	border-left: 1px #494534 solid;
	border-right: 1px #494534 solid;
	font-family: Helvetica, Arial, sans-serif;
}

#title {
	background-image: url('turntable.jpg');
	/* background-image: url('panique-dither.gif'); */
	height: 315px;
}

#title img {
	position: relative;
	left: 197px;
	top: 25px;
}

#separator {
	background-image: url('border.png');
	height: 21px;
}

#content {
	background-color: #92a5ad;
	min-height: 200px;
	padding: 45px;
}

#content div {
	border-bottom: 1px #383f42 solid;
	padding: 30px;
}

#content div img {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: -2em;
	border: 1px black solid;
	padding: 1em;
	display: none;
}

#content div ul {
	list-style-type: none;
}

#content div.odd {
	border-left: 1px #383f42 solid;
}

#content div.even {
	border-right: 1px #383f42 solid;
}

#footer {
	background-color: #7d8d94;
	text-align: right;
	font-size: xx-small;
	padding: 5px;
	padding-right: 45px;
}

#footer a {
	margin-left: 2em;
}

