#contentPane{
  position: relative;
  top: 0px;
  left: 00px;
  width:800px;
  background-color:white;
  text-align: center;
}

#infoPane{
  position: absolute;
  top: 1px;
  left: 1px;
  width:302px;
  height:484px;
  text-align: center;
  border-right: 1px solid silver;
  font-size: 12px;
}

#title{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 302px;
    height: 15px;
    color: #02568a;
    font-size:24px;
    font-weight:bold;
    padding-top: 5px;
}

#content{
    position: absolute;
    top: 30px;
    left: 0px;
    width: 302px;
}

#signUpPane{
  position: absolute;
  top:400px;
  left: 1px;
  width:297px;
  height:153px;
  text-align: left;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  padding-top: 10px;
  padding-left: 5px;
}

#mapPane{
  position: absolute;
  top: 170px;
  left: 315px;
  width:485px;
  height:120px;
  text-align: left;
}

#mapLinksPane{
  position: absolute;
  top: 5px;
  left: 295px;
  width:485px;
  height:150px;
  text-align: left;
  padding-left: 20px;
  padding-top: 15px;
}