#page_lead{
	background: transparent url(../../assets/shadedBoxStrip_02.png) repeat-x scroll 0 bottom;
	border:1px solid #d4d4d4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top:20px;
}

.blurb {
	width:560px;
	float:left;
	overflow:hidden;
	margin-top:10%;
	padding-left:20px;
}
.blurb p {
	width:560px;
}
img.billboardFlushRight {
	float:right;
}
ol {
	padding-left:0;
}
.timeline li.interval, .timeline li.event {
	list-style-type:none;
	display:block;
	margin-bottom:0;
}
.timeline li.interval {
	font-size:1.2em;
/*	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
*/	padding-bottom:15px;
	text-align: right;
	/*border-left: 1px solid #ccc;*/
	width:180px;
	/*	border-bottom: 1px solid #ccc*/;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../../assets/flapShadow.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:transparent;
}
.timeline li.event {
	margin-left:190px;
	border-bottom:1px dashed #ccc;
	margin-bottom:0.5em;
}