body{
    background: #eee;
	padding-top: 70px;
}

.text {
	margin:8px 0 0 20px;
	font-size: 14px;
	font-family: Arial;
}
#map_canvas {
	margin: 0;
	padding: 0;
	height: 700px;
	width: 100%;
}
#legend {
	background: white;
	padding: 10px;
	border: 1px solid black;    
	text-align: left;
}

.well {
    border: 0;
    padding: 20px;
    min-height: 63px;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    max-height: 100000px;
    border-bottom: 2px solid #ccc;
    transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    -ms-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -webkit-transition: max-height 0.5s ease;
}
#wrapper {
  display: block;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 10px 17px;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
}
#wrapper p {
	text-align: justify;
	text-justify: inter-word;
}
#wrapper img {
	margin: 0 auto;
}
.motto {
	font-size: 24px;
	font-style: italic;
	color: #c1c1c1;
	float: right;
	margin-right: 50px;
}

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
	text-align: center;
}
footer img {
	margin-left: 5px;
	margin-right: 5px;
}