body {
	xbackground-image: url(bg.gif);
	background-color: #000000;
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	line-height: 150%;
	color: #c0c0c0;
}

a {
	color: #ff0000;
}

a:hover {
	color: #ff0000;
}

a:visited {
	color: #808080;
}

#navi {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100%;
	text-align: center;
	padding-top: 20px;
	background-color: #ffffff;
}

#navi img {
	margin-bottom: 15px;
}

.content {
	position: relative;
	top: 0;
	max-width: 1000px;
	margin: 0;
	padding: 20px 20px 20px 120px;
	xborder: 1px solid yellow;
}

.content h1 {
	font-size: 26px;
}

.content h2 {
	font-size: 18px;
	margin: 32px 0 8px 0;
}

.content h2.title {
	font-size: 16px; 
	font-weight: bold;
	margin-top: 0;
	xtext-transform: uppercase;
}

.content h3 {
	font-size: 16px;
	font-face: bold;
}

.content h3.cd {
	font-size: 14px;
	font-face: bold;
}

.content h4 {
	font-size: 14px;
	font-face: bold;
}

.bandmember {
	position: relative; 
	width: 100%;
	padding: 20px 0 0 0;
}

.bandmember img {
	width: 300px;
	height: 300px;
	display: block; 
	margin: 15px 0;
}

.bandmember ul, .disc ul {
	list-style-type: none;
	margin: 8px 0 8px 0;
	padding: 0;
}

.bandmember ul li {
	margin: 0;
	padding: 0;
}

div.artists {
	font-size: 11px;
	line-height: 140%;
}

ul.dates {
	list-style-type: none;
	margin: 16px 0 16px 32px;
	padding: 0;
}

.disc {
	margin: 16px 0 48px 0;
}

.disc img {
	margin: 16px 0 4px;
}

.disc div.title {
	font-size: 16px; 
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0 2px;
}

.disc div.type {
	font-size: 11px;
	margin: 0 0 12px;
}

.sound tr, .contact tr {
	vertical-align: top;
}

.sound td {
	font-size: 12px;
	line-height: 150%;
	padding: 10px 10px 50px 10px;
}

table.contact td {
	padding-right: 20px;
}

td.error {
	color: #ff0000;
}