#mainWindow {
	position: relative;
	float: right;
	width: 530px;
	background-color: #fff;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	border-left: 1px dashed #607FB8;
	text-align: left;
	color: #000;
	font-size: 10pt;
}

#mainWindow a {
	color: #00f;
	text-decoration: underline;
}

#mainWindow img {
	margin: 0 10px;
}

.verticalBlock {
	margin-top: 15px;
	width: 100%;
	float: left;
}

#mainWindow img {
	text-align: center;
}

.topLink {
	text-align: right;
}

.releaseName {
	font-weight: bold;
	font-style: italic;
}

.bandName {
	font-weight: bold;
}

.bandQuote {
	font-size: 12pt;
	font-style: italic;
	text-align: center;
}

.trackListingTitle {
	text-decoration: underline;
	text-align: center;
}
#mainWindow ol {
	list-style: decimal inside
}