.performer_layout {
	width: 680px; 
	margin-left: auto;
	margin-right: auto;
	margin-top:	5px; 
}
.performer_box {
	width: 120px;
	height: 114px;
	float: left;
	margin-left: 9px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url(images/performer.gif);
}

* html .perf_box {
	margin-left: 6px;
	margin-right: 6px;
}

.thumbnail_box {
	width: 100px;
	height: 90px;
	margin-top: 10px;
}
.online_performer_box {
	width: 100px;
	text-align: center;
	margin-top: 5px;
}
.perf_text:link, .perf_text:visited, .perf_text:hover, .perf_text:active {
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.perf_text:hover {
	text-decoration: underline; 
}

br { font-size: 8px; }
br { clear: both; }