<!--
body {
	background-color: #FFF;
	color: #333;
	margin: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	background: url(images/header-background.gif) repeat-x;
	margin: 0px 0px 0px -20px;
	padding: 20px;
	text-transform: uppercase;
}
h2 {
	border-bottom: 3px solid #333;
	margin: 20px 0px 20px 0px;
}
li {
	list-style: circle;
}
table {
	background-color:#FFF;
}
table th {
	padding: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}
table td {
	padding: 5px;
}
table tr.row1 {
	background-color: #EEE;
}
table tr.row2 {
	background-color: #FFF;
}
#main_menu {
	background: #999 url(images/menu-background.png) repeat-x;
	margin: 0px 0px 0px -20px;
	padding: 5px 0px 0px 20px;
	width: 100%;
	height: 22px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#main_menu li {
	display: inline;
	list-style: none;
}
#main_menu li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	background: #FFF;
	opacity: 0.5;
  	filter: alpha(opacity = 50);
	zoom: 1;
	padding: 2px 10px;
}
#main_menu li a:hover {
	text-decoration: none;
	background: #FFF;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	padding-top: 2px;
	padding-bottom: 2px;
}
#content {
	padding-right: 20px;
	margin: 0px 0px 20px 0px;
}
#map {
	width: 100%;
	margin: 0px -9px 0px -9px;
	border: 1px solid #333;
}
#timeline {
	border: 1px solid #333; 
	height: 570px;
}
#photo {
	width: 200px;
	float: right;
	border: 3px solid #333;
	margin: 20px 20px 0px 10px;
	clear: both;
}
#footer {
	background: url(images/header-background.gif) repeat-x;
	margin: 20px 0px 0px -20px;
	padding: 10px 0px 20px 20px;
	border-top: 1px solid #333;
}