body {
	background-color: #B92A7A;
}

a:link {
	color: #6E3175;
}

a:visited {
	color: #681F22;
}

div#wrapper {
	width: 600px;
	margin: auto;
	color: #BA282D;
	font-size: 94%;
	background-color: #0C0000;
}

h2 {
	border-top: solid 2px #2E3175;
	padding-top: 10px;
	margin-top: 20px;
	color: #1E01F5;
}

div#header p#copy {
	padding: 5px 0;
	text-align: center;
	font-size: 147%;
	font-weight: bold;
	background-color: #2E3175;
	color: #F2FFFE;
}

div#header p#text {
	margin: 5px 10px;
	padding: 5px;
	width: 566px;
	border: solid 2px #B92A7A;
	text-align: center;
	color: #B92A7A;
	background-color: #F2FFFE;
}

div#header ul {
	margin: 10px 20px 0;
	
}

div#header li {
	list-style-type: none;
	margin-top: 5px;
}

div#header li span {
	color: #8F4504;
	font-weight: bold;
}

div#wrapper div table {
	margin: 0 20px;
	width: 560px;
}

th, td {
	border-bottom: solid 1px #2E3175;
	padding: 3px 0;
}

th {
	color: #3E21D5;
}

td {
	text-indent: 2em;
}

div#track table th {
	width: 50px;
	font-weight: bold;
}

div#track table td.composer {
	width: 270px;
}

div#track table td.title {
	width: 240px;
}

div#wrapper div#track div#sample {
	margin: 15px 20px 0;
}

div#staff table th {
	width: 100px;
	font-weight: bold;
}

div#staff table td.name {
	width: 220px;
}

div#staff table td.link {
	width: 240px;
}

div#staff {
	padding-bottom: 30px;
}

div#footer {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: solid 1px #022F42;
	text-align: center;
	font-size: 80%;
	background-color: #B2BFBE;
}