body {
	background-image: url('Artwork/background.png');
	background-repeat: repeat-x;
	background-color: black;
	margin: 0px;
}
div#wrapper {
	background-image: url('Artwork/spacer.png');
	
	z-index: -1;

	width: 873px;

	text-align: left;

	color: #5F5F5F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
div#top {
	background-image: url('Artwork/top.png');

	width: 873px;
	height: 63px;
}
div#bottom {
	background-image: url('Artwork/bottom.png');

	width: 873px;
	height: 39px;
}

table.visualTable {
	table-layout: fixed;
	border-collapse: collapse;
}
table.visualTable th {
	padding: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: white;

	background-color: rgb(180, 180, 180);
}
table.visualTable td {
	padding: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: black;

	background-color: rgb(214, 224, 236);
}
td.hidden {
	visibility: hidden;
}

a:link {
	color: darkblue;
	text-decoration: none;
}
a:visited {
	color: darkblue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}
a:active {
	color: darkblue;
	text-decoration: none;
}
h1 {
	text-align: center;
	color: #788592;
}
h5 {
	text-align: center;
	color: #788592;
	
	position: relative;
	top: -20px;
}
img.artwork {
	float: right;
}
div.artwork {
	float: right;

	border: solid 2px rgb(180, 180, 180);

	margin-top: 15px;
	margin-left: 15px;

	width: 256px;
	height: 217px;
}
div.artworkInfo {
	height: 25px;

	margin-top: 192px;

	background-color: rgb(180, 180, 180);

	text-align: right;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}
img.slurlLogo {
	vertical-align: middle;

	margin-right: 1px;
	margin-left: 2px;

	position: relative;
	bottom: 10px;
}
img {
	border-width: 0px;
}