BODY {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  font-family: arial, sans-serif;
  font-size: 16px;
}

#menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 100%;
  overflow: auto;
  background: green;
}

#content {
  position: fixed;
  top: 0;
  left: 130px;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #ffc;
}

.innertube {
  margin: 10px;
}

* html body{ /* IE6 hack */
  padding: 0 0 0 130px
}

* html #content { /* IE6 hack */
  height: 100%;
  width: 100%;
}

#title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: green;
}

#copyright {
  font-size: 12px;
  text-align: center;
}

#events table {
  border: 1px solid black;
  border-collapse: collapse;
}

#events td, th {
  padding: 3px;
  border: 1px solid black;
}

#menu A {
  text-decoration: none;
  color: yellow;
  padding: 2px;
  display: block;
}

#menu A:hover {
  color: yellow;
  background-color: black;
}

#menu LI {
  text-align: center;
  padding: 2px;
}

#menu UL {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

UL.news {
  list-style-position: outside;
  list-style-type: none;
  padding: 2px;
}

H1 {
  font-weight: bold;
  font-size: 36px;
}

H2 {
  font-weight: bold;
  font-size: 30px;
}

H3 {
  font-weight: bold;
  font-size: 24px;
}

H4 {
  font-weight: bold;
  font-size: 16px;
}

A:link {
  color: green;
}

A:visited {
  color: green;
}

A:hover {
  color: red;
}

A:active {
  color: green;
}

IMG {
  border: 0px;
  vertical-align: middle;
}

TH {
  text-align: left;
  border: 0px;
}

ul.errorlist {
  margin: 0;
  padding: 0;
}

.errorlist li {
  background-color: red;
  color: white;
  display: block;
  margin: 0 0 3px;
  padding: 4px 5px;
}

.form tr {
  vertical-align: top;
}

