* {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
}

html {
	height: 98%;
}
body {
	height: 100%;
}

#content {
	position: absolute;
	margin: 10px;
	top: 60px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

#info {
	font-style: italic;
}

h1 {
	font-size: 16pt;
	color: #aaaaaa;
	border-bottom: 2px dashed #aaaaaa;	
}

h1 span {
   font-size: 75%;
   padding-left: 30px;
}

h2 {
	font-size: 14pt;
	color: #aaaaaa;
	border-bottom: 1px dashed #aaaaaa;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#left p, #right table {
	margin-left: 30px;
	margin-top: 5px;
}

#left p {
	margin-bottom: 5px;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
}

#link_map2 {
	display: none;
}


#map {
	width: 330px;
	height: 165px;
	border: 1px solid #aaaaaa;
	margin-left: 30px;
}


#button {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
	z-index: 1;
}

#button ul {
	list-style-type: none;
	margin: 9px 15px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#button ul li {
	display: inline;
	margin: 0px;
	padding: 2px;
	border: 1px solid #cccccc;
}

