#timeline	{
	width: 150pt;
	float: left;
	}

#years		{
	list-style-type: none;
	font-weight: bold;
	}

#years li	{
	width: 100%;
	}

#years a	{
	width: 100%;
	text-decoration: none;
	padding: 5pt;
	}

#years a:hover	{
	color: #ff8c00;
	}		

#months		{
	visibility: hidden;
	position: relative;
	top: -50px;
	left: 50px;
	list-style-type: none;
	}

#events	{
	width: 90%;
	background: #B2BFD9;
	margin-bottom: 50px;
	}

#notePad	{
	visibility: hidden;
	}

 iframe	{
	width: 100%;
	height: 336px;
	}
