body {
  margin: 0;
}

#viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 700px;
  height: 5000px;
}

#menubar {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 100%;
  background: url(/assets/images/menu.jpg) repeat-x;
  z-index: 3;
}

#content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  z-index: 2;
}

#sidebar ul {
  list-style-type: none;
  margin: 0;
}

#sidebar ul li {
  height: 23px;
/*  background: url(/assets/images/bmenu.jpg) repeat-x; */
}

#sidebar ul li a {
  display: block;
  border-bottom: 1px solid #dadada;
}

a img {
  border: 0;
}

#logo {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: visible;
  background: url(/assets/images/logo-btgb.jpg) no-repeat;
  z-index: 1;
}

#left {
  position: absolute;
  top: 200px;
  left: 3%;
  height: 4800px;
  width: 29%;
  z-index: 2;
}

#middle {
  position: absolute;
  top: 50px;
  left: 35%;
  height: 4950px;
  width: 29%;
  z-index: 2;
}

#right {
  position: absolute;
  top: 50px;
  left: 67%;
  height: 4950px;
  width: 29%;
  z-index: 2;
}

#secondary-content {
  position: absolute;
  top: 2100px;
  left: 60px;
  height: 2000px;
  width: 90%;
  z-index: 1;
}

#map {
  position: absolute;
  top: 100px;
  left: 300px;
  width: 600px;
  height: 400px;
  border: 1px solid #0B175F;
  z-index: 2;
}

#calendar {
  position: absolute;
  top: 20px;
  z-index: 2;
}
