body {
  background-color: #FFFFCC;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 227px;
  overflow: auto;
}

div#banner {
  position: relative;
  background-image: url("../images/handheld/banner.jpg");
  height: 50px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

div#content {
  margin: 0;
  padding: 0;
  width: 227px;
  background-color: #FFCC00;
}

.clear {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

div#menu {
  position: absolute;
  background-color: #FFFFCC;
  top: 0px;
  left: 0px;
  width: 227px;
  height: 100px;
  z-index: 2;
  margin-top: 0px;
}

div#menu img {
  display:none;
}

div#menu h5 {
  display: none;
}

div#menu-items {
  margin-top: 0px;
  margin-left: 0px;
  z-index: 4;
}

div#menu-items a {
  color: #000000;
  text-decoration: underline;
  font-variant: small-caps;
  font-family: trebuchet, verdana, arial, sans-serif;
  font-size: 10px;
  padding: .2em .2em;
}

div#menu-items ul { 
  list-style: none;
  float: left; 
  margin: 0; 
  padding: 0; 
  width: 100%; 
  text-align: center;
}

div#menu-items ul li {
  display: inline;
}

div#main {
  position: relative;
  left: 0px;
  background-color: #FFFFCC;
  width: 100%;
  z-index: 1;
}

div#main ul {
  list-style: none;
  color: #FFCC00;
  font-family: trebuchet, verdana, arial, sans-serif;
  font-size: 130%;
  margin-top: 10px;
  margin-bottom: 1px;
}

div#main h1 {
  color: #FFCC00;
  font-family: trebuchet, verdana, arial, sans-serif;
  font-size: 170%;
  margin-top: 10px;
  margin-bottom: 1px;
}

div#main p {
  font-family: verdana, arial, trebuchet, sans-serif;
  font-size: 90%;
  color: #000000;
  margin-top: 5px; 
  margin-right: 175px;
  margin-bottom: 5px;
}

div#main hr {
  border: 0;
  color: #CCCCFE;
  height: 3px;
  text-align: left;
  margin-left: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 5px;
}
