.exhibition {
	position:relative;
	width:90%;
	clear:both;
	margin:10px auto 0px auto;
	/*background-color:#b2da75;*/
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	border:1px dashed white;
}

.date, .place, .type, .awards {
	display:block;
	float:left;
	clear:none;
	margin:0px 5px 0px  5px;
}

.date {
	width:70px;
}

.place {
	width:140px;
}

.type {
	width:100px;
}

.awards {
	width:160px;
}

.mozilla_hack {
	clear:both;
	height:1px !important;
	width:1px !important;
}
