#art {
	float: left;
	width: 200px;
	height: 180px;
	margin-right: 10px;
}
#ent {
	float: left;
	width: 200px;
	height: 180px;
	margin-right: 10px;
}
#music {
	float: left;
	width: 200px;
	height: 180px;
}
#content_wrap article #lead ul li {
	font-size: 12px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#lead h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#art h3 {
	background-color: #690;
}
#ent h3 {
	background-color: #F60;
}
#music h3 {
	background-color: #C00;
}
#other1 h3 {
	background-color: #39F;
}
#other2 h3 {
	background-color: #39F;
}
#other3 h3 {
	background-color: #39F;
}

#other1 {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#other3 {
	float: left;
	width: 200px;
}
#other2 {
	float: left;
	width: 200px;
	margin-right: 10px;
}

