#events td, th {
	padding: 3px 10px;
}
#events th {
	text-align: left;
	background: #666 url(/images/BG_h1.jpg) center center;
	color: #FFF;
	border-bottom: solid 1px #FFF;
}
#events td {
	background: #FFF;
}
#events, p.info {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
p.info {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#events {
	margin-bottom: 100px;
}
#events td.description {
	/*border-bottom: solid 1px #666;*/
	color: #999;
	font-style: italic;
}
#events td.description p {
	margin-top: 0;
}
#events td.date {
	background: #CC3300;
	border-bottom: solid 1px #FFF;
	color: #FFF;
	font-weight: bold;
	/*white-space: nowrap;*/
}
#events td.name {
	font-weight: bold;
	color: #C30;
	font-size: 12px;
}