/* Where in the world...?  Style sheet. */

#main {
  /* Set a background graphic of some kind here? */
}

#footer {
  position: relative;
  top: 100px;
  border-top-color: black;
  border-top-style: solid;
  border-top-width: thin;
}

#left_bar {
  float: right;
  width: 20%;
}

#login {

}

#navigation {
  background-color: #eeeeee;
}

.timeline_place {
  font-color: white;
  font-size: xx-small;
}

a.timeline_place:link {color:#FFFFFF}
a.timeline_place:visited {color:#FEFEFE}
a.timeline_place:hover: {#AABBAA}

.mapInfoDiv {
  width: 300px;
}