body {
	margin: 0;
	padding: 0;
	font: 76.01% "Lucida Grande", Verdana, Arial, sans-serif;
}

img, #infobox { behavior: url(iepngfix.htc); }

#infobox {
	width:400px;
	background: url(info_bg.png);
	padding: 10px;
	position: absolute;
	bottom: -1000;
	left: 0;
}

#infoclick {
	background-image: url(i.png);
	background-repeat: none;
	width: 30px;
	height: 30px;
	bottom: 0;
	left: 0;
	position: absolute;
	cursor: hand;
	cursor: pointer;
}

div#infobox p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0;
	padding: 0 20px 0 0;
}

#navigator a:link, #navigator a:visited {
	text-decoration: none;
	color: #ccc;
}
#navigator a:hover, #navigator a:active {
	text-decoration: none;
	color: #666;
}

#navigator {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	top: 0;
	left: 0;
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
}

#navigator p {
	margin: 0;
	padding: 0;
}

.previous {
	float: left;
}
.next {
	float: right;
}

.closebox {
	text-decoration: underline;
	float: right;
	margin-right: 2em;
	cursor: hand;
	cursor: pointer;
}
