/*  *  *  *  *  *  *  *  *  *  *  *

	layout

 *  *  *  *  *  *  *  *  *  *  *  */

#header {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 9em; /* increased from 8em by Evan */
  z-index: 5;
  border-bottom: 1px solid #0066cc;
}

#main {
  position: absolute;
  overflow: auto;
  top: 9.5em; /* increased from 8.2em by Evan */
  right: 0;
  bottom: 2em;
  left: 0em;
  margin: 0;
  padding: 0;
  z-index: 3;
  text-align: center;
}

* html #main {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
  z-index: 3;
  border-top: 8.2em solid #fffff2;
  border-bottom: 2em solid #fffff2;
  border-left: 0px;
}

#header #sub {
  position: relative;
}

#menu {
  white-space: nowrap;
  height: 1.4em;
  padding: 0.4em 0 0.2em 0;
  text-align: center;
  color: #0f3678;
}

#menu a {
  padding: 0em 0.3em;
  font-variant: small-caps;
  font-weight: normal;
}

.intro {
  width: 80%;
  margin: 0 auto;
  background-color: #fcfcd9;
  padding: 0.8em;
  border: 1px solid #beb761;
  text-align: left;
}

/*
.intro div {
	background-color: #FCFCD9;
	padding: 0.8em;
	border: 1px solid #BEB761;
	font-size: 1em;
	text-align: left;
}
*/
