#info {
  background-color: #f0f0f0;
  padding-left: 12px;
  padding-right: 6px;
}

#info p a {
  text-decoration: none;
  white-space: nowrap;
}


#layout {
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

#logo {
  background-color: #800090;
}

#logo a {
 text-decoration: none;
}  

#main {
}

#map {
  width: 480px;
  background-color: #ffffff;
  text-align: center;
}


#menu {
  width: 120px;
  text-indent: 7px;
  background-color: #ffc000;
  padding-left: 3px;
  padding-right: 3px;
}

#under {
  background-color: #fffef0;
}

table, td {
  vertical-align: top;
  border-collapse: collapse;
}

#menu p {
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #ffe000;
}

#menu p a:link {
  color: #080000;
}

#menu p a:visited {
  color: #b00000;
}

#menu p a:hover {
  color: #ff0000;
}

#menu p a:active {
  color: #ff0000;
}

img {
  border-style: none;
}

em.big_red {
  font-size: 130%; 
  color:#ff0000;
  white-space: nowrap;
}   

