body {
	background-color: #7B1310;
}

a:link {
	color: #346AB4;
}

a:visited {
	color: #6A238D;
}

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

h1 img {
	max-width: 100%;
	height: auto;
}

h2 {
	border-top: solid 2px #4178BB;
	padding-top: 10px;
	margin-top: 20px;
	color: #E4BD48;
}

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

div#header p#text {
	margin: 5px 10px;
	padding: 5px;
	width: 94.33%;
	border: solid 2px #233484;
	text-align: center;
	color: #233484;
	background-color: #DDDEF2;
}

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: 93.33%;
}

tr {
	clear: both;
	border-bottom: solid 1px #4178BB;
}

th {
	color: #DAE133;
}

td {
	text-indent: 2em;
	padding: 2px 0;
}

div#track table th {
	width: 100px;
	font-weight: bold;
	float: left;
}

div#track table td.composer {
	width: 220px;
	float: left;
}

div#track table td.title {
	width: 220px;
	float: right;
}

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;
	float: left;
}

div#staff table td.link {
	width: 220px;
	float: right;
}

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;
}