#pic0 { position:absolute; left:10px; top:10px; width:97px; height:25px; z-index:0; }

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background: #FFFFEE;
  font-size: 70%;
  font-weight: bold;
  padding-left: 0px; 
  padding-right: 0px; 
  padding-top: 0px; 
  padding-bottom: 0px; 
  margin: 0px; 
  voice-family: inherit
}
h1 {
  font-size: 150%;
  font-style: italic;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0px;
}

#header {
  width: 57em;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
}
#header ul {
  padding-right: 10px; 
  padding-left: 10px; 
  padding-bottom: 0px; 
  padding-top: 5px; 
  margin: 0px; 
  list-style-type: none;
}
#header ul li {
  background: url(images/left.gif) no-repeat left top; 
  padding-left: 9px; 
  padding-right: 0px; 
  padding-top: 0px;
  padding-bottom: 0px; 
  float: left; 
  margin: 0px;
  border-bottom: 1px solid #765;
}
#header a {
  background: url(images/right.gif) no-repeat right top; 
  padding-left: 6px; 
  padding-right: 15px; 
  padding-top: 5px; 
  padding-bottom: 4px; 
  display: block; 
  font-weight: bold; 
  color: #765; 
  text-decoration: none;
}
#header a:hover {
	color: #333
}
#header #current {
	background-image: url(images/left_on.gif);
  border-bottom: 1px solid #fff;
}
#header #current a {
	background-image: url(images/right_on.gif); 
  padding-bottom: 5px; 
  color: #333
}
#searchForm {
	float: right;
	font-weight: normal;
	text-align: right;
  margin-right: 20px;
  margin-top: -15px;
  padding: 0;
}
