/*.contentTwoColumns div.eventYear {
	float: left;
	width: 177px;
}
.contentTwoColumns div.eventDesc {
	float: right;
	width: 400px;
}
#eventYear ul {
	display: block;
	padding: 0;
	padding-left:10px;
	margin:0;
	margin-top:10px;
}
#eventYear li {
	list-style:none;
	margin: 0 0 5px 0;
	display: block;
	padding: 0;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#7f7f7f;
}
#eventDesc {
	background-color:#999;
	width:385px;
	float:left;
}
#eventDesc p {
	margin:0;
	font-size:12px;
	padding:10px;
}
#eventDesc p img.floatl{
	float:left;
	margin-right:5px;
}
#eventDesc p img{
	margin-top:5px;
}*/
#historyContainer{
	margin:10px;
	margin-bottom:0;
}
#historyContainer div.history{
	background-color:#4a4a4a;
	padding:5px;
	margin-bottom:10px;
}
#historyContainer div.history h1{
	font-size:14px;
	color:#f00;
	background-color:#000;
}
#historyContainer div.history div {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:10px;
}
#historyContainer div.history div table td{
	vertical-align:top;
}
#historyContainer div.history div table td.stretch {
	width:100%;
}
#historyContainer div.history div img {
	margin:0 10px 10px 0;
}


