body {
	background-color: white;
}

div.c1 {
	text-align: left;
}

div.artistsGallery {
	border-top: 1pt #000000 solid;
	border-bottom: 1pt #000000 solid;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	text-align: center;
}

div.artist {
	width: 45%;
	float: left;
	text-align: left;
	margin: 2%;
	background: #eee;
	line-height: 120%;
}
  
div.artist p {
	text-align: left;
}

div.spacer {           /* necessary at top and bottom of artists gallery to keep text from running around the sides of gallery */
	clear:both;
	font-size: .1pt;
}

div.headshot {
	float: left;
	padding-left:8pt;
	padding-right:8pt;
	padding-bottom: 8pt;
	font-size: 60%;
}

div.data {
	padding-left: 8pt;
}

div.city {
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	padding: 2pt;
	clear: both;
	margin: 0pt;
}

.citySanFrancisco {
	color: #ff0000;
}

.cityHollywood {
	color: #0000ff;
}

.cityNewYork {
	color: #009900;
}

.notPaid {
	color: #ff0000;
}

.paid {
	color: #0000ff;
}

.free {
	color: #009900;
}

.clear {
	clear: both;
}