@charset "utf-8";
/* CSS Document */

html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#home{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	font-size: 18px;
}
div#nav-bar{
	border-bottom: 1px black solid;
	width: 100%;
	height: 50px;
}
div#nav-bar a:link{
	color: black;
	text-decoration: none;
}
div#nav-bar a:visited{
	color: black;
	text-decoration: none;
}
div#nav-bar a:hover{
	color: #09F;
	text-decoration: underline;
}
div#nav-bar ul{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 50px;
}
div#nav-bar ul li{
	font-size: 22px;
	display: block;
	float: left;
	width: 250px;
	height: 50px;
	text-align: center;
	border-right: 1px black solid;
}
div#map{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	margin-top: 30px;
}
div#napoleon{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	margin-top: 30px;
}