div.opening {
	clear: right;
	float: right;
	font-weight: normal;
	font-size: 0.75em;
}

div#content .textblock h1 {
	width : 400px;
}

ul#artists {
	clear : both;
	float : left;
	font-size : 0.6875em;
	display : inline;
}

ul#artists:empty {
	display: none;
}

ul#artists li {
	display : inline;
	white-space: nowrap;
}

ul#artists li:after {
	content: ", ";
}

ul#artists li.last:after {
	content: "";
}

div.curators {
	clear : both;
	float : left;
	font-size : 0.6875em;
	font-style : italic;
}

div.curators:empty {
	display: none;
}

div.textbody {
	margin-top: 1.125em;
}

