body {
  margin: 80px;
  font-family: trebuchet ms, arial, sans-serif;
  font-size: 0.9em;
}

#header {
  margin-top: -60px;
  margin-bottom: 20px;
  background-color: #A80101;
  color: white;
  height: 50px;
  width: 640px;
}

#header h1 {
  padding: 5px;
  padding-left: 30px;
  font-weight: normal;
}

#sidebar {
  display: inline;
  float: right;
  margin-top: 30px;
}

#map {
  width: 640px;
  height: 330px;
  padding-top: 10px;
  padding-bottom: 10px;
}

li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

a, a:visited, a:focus {
  color: #2A89C5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

label {
  float: left;
  width: 130px;
  display: block;
}

.lat_last_update {
  color: gray;
}
#content {
  width: 640px;
  display: inline;
}

#container {
  width: 800px;
}

.code_sub, .widgets_sub {
  display: none;
  font-size: 8pt;
  color: #A80101;
}

