#col1 {
	width: 45%;
	float: left;
	display: inline;
	margin-left: 25px;
	text-align: left;
}
p.title, p.subtitle, p.artist, p.cdHighlight {
	text-align: center;
}
p.title, p.cdHighlight {
	font-weight: bold;
}
p.artist {
	margin-top: 10px;
	margin-bottom: 10px;
}
p.cdHighlight {
	color: #666666;
	margin-bottom: 10px;
}
.large {
	font-size: 130%;
}

#cdInfo p {
	margin-top: 15px;
}

#col2 {
	float:left;
	width: 45%;
	display: inline;
	margin-left: 35px;
}
img.buy, img.cdCover {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto 10px auto;
}
#col2 h4 {
	margin-bottom: 10px;
}
#col2 ol {
	margin-left: 20px;
	text-align: left;
	width: 95%;
	float: left;
	display: inline;
	margin-bottom: 30px;
	margin-top: 15px;
}
p.wmp, p.itunes {
	text-align: left;
	margin-bottom: 10px;
}
p.wmp *, p.itunes * {
	vertical-align: middle;
}