body {
  font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #025467;
  background-image: url(images/background-repeatx.jpg);
  background-repeat: repeat-x;
  background-attachement: fixed;
  background-position: 0 0;
}

#leaf {
  position: absolute;
  top: 120px;
  left: 710px;
}

#leaf2 {
  position: absolute;
  top: 420px;
  left: 0px;
}
#icon {
  position: absolute;
  top: 10px;
  left: 20px;
}

#header {
  position: absolute;
  top: 0px;
  left: 150px;
}

#webmaster a:link, #webmaster li a:visited{
  position: absolute;
  top: 100px;
  left: 800px;
  color: #FFFFFF;
  font-size: 70%;
}

#navigation {
  position: absolute;
  top: 120px;
  left: 0;
  width: 140px;
}
#navigation ul {
  list-style: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#navigation li {
  border-bottom: 2px solid #025467;
}
#navigation li a:link, #navigation li a:visited {
  font-size: 90%;
  display: block;
  padding: 0.4em 0 0.4em 0.5em;
  border-left: 12px solid #025467;
  border-right: 2px solid #025467;
  background-color: #669999;
  color: #FFFFFF;
  text-decoration: none;
}
#navigation li a:hover {
  background-color: #025467;
  color: #FFFFFF;
}

#navigation ul ul {
  margin-left: 12px;
}

#content {
  position: absolute;
  top: 120px;
  background-color: #025467;
  background-image: url(images/content-repeatx.jpg);
  background-repeat: repeat-x;
  background-attachement: fixed;
  background-position: 0 0;
  border-left: 12px solid #025467;
  border-right: 12px solid #025467;
  border-bottom: 2px solid #025467;
  margin-left: 130px;
  width: 600px;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-top: 0.1em;
  background-color: #C7C7C7;
}

#content img {
border:0;
}

#content h3 {
text-align: center;
}

#content table {
  width:90%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#content thead {
  background-color: #025467;
  color: #FFFFFF;
  border: 2px solid #025467;
}

#content tbody {
  background-color: #C7C7C7;
}

#content td {
  border: 2px solid #025467;
  padding: 0.4em 0 0.4em 0.5em;
  background-image: url(images/table-repeatx.jpg);
  background-repeat: repeat-x;
  background-attachement: fixed;
  background-position: 0 0;
}

#content ul {
  list-style: none;
  font-size: 80%;
  margin: 0;
  padding: 0;
}

#content li {
  margin-bottom: 1em;
}

.calendar td {
  vertical-align: top;
  width: 14%;
  height: 60px;
}