body
{
	font-family: Arial;
	font-size: 12px;
	
	color: black;

	margin: 0;
	padding: 0;
	
	text-align: center;
}

div#wrapper
{
	margin: 0 auto;
	padding: 0;
	
	text-align: center;
	width: 1180px;
}

div#timeline
{
	border-bottom: 2px solid #b9bbbd;
	
	height: 140px;	
	width: 1180px;
	
	margin: 0 auto;	
	background: url('images/headline.png') no-repeat 430px 110px;
	
	text-align: left;
}

div#timeline_start
{
	background: url('images/timeline_start.png') no-repeat;
	
	width: 110px;
	height: 102px;
	
	position: relative;
	
	bottom: -88px;
	left: 40px;
}

div#content
{
	background: url('images/maps.gif') no-repeat right top;	
	min-height: 469px;
	
	border-bottom: 2px solid #b9bbbd;	
	padding-bottom: 40px;
	
	margin-top: 30px;
	text-align: left;
}

div#footer
{
	background: url('images/contact.png') no-repeat 400px 10px;
	text-align: left;
	
	height: 60px;	
	padding-top: 18px;
}

div#info
{
	width: 410px;
	
	padding-top: 40px;
}

div#info h1
{
	font-size: 27px;
	font-weight: normal;
	
	color: #a5a7a9;
	
	margin: 0;
	padding: 0;
	
	margin-bottom: 5px;
}

div#info h2
{
	font-size: 24px;
	font-weight: normal;
	
	color: #a5a7a9;
	
	margin: 0;
	padding: 0;
}

div#info ul
{
	margin: 0;
	padding: 0;
	
	padding-left: 25px;	
	list-style-image: url('images/bullet.png');
	
	margin-top: 15px;
}

div#info ul li
{
	font-size: 13px;
	margin-bottom: 20px;
}