body {
margin-top: 0;
}

.ifnocss {
  display: none;
}

/* Header = "banner" */

#banner {
 background-image: url(pieces/images/metal_bg.jpg);
 background-color: #f0f0f0;
 position: static;
 min-width: 1024px;
 font-family: Georgia, Times, serif;
 font-size: medium;
 color: #555500;
}

.topmenuitem {
  font-family: Arial, sans-serif;
  font-size: medium;
  font-weight: bold;
  border-left: 1px solid #655010;
  border-right: 1px solid #655010;
  padding-left: 5px;
  padding-right: 5px;

/*  padding-top:5px;
  background-image: url(pieces/images/typewriterbutton100px.png); */
}

.topmenuitem a:link {
  color: #655010;
  text-decoration: none;
  font-weight: bold;
}

.topmenuitem a:visited {
  color: #655010;
  text-decoration: none;
  font-weight: bold;
}

.topmenuitem a:hover {
  color: #958010;
  text-decoration: underline overline;
  font-weight: bold;
}

.topmenuitem a:focus {
  /* color: #958010;
  text-decoration: underline overline;
  font-weight: bold; */
}

.topmenuitem a:active {
  color: #655010;
  text-decoration: none;
  font-weight: bold;
}


#footer {
  clear: both;
  background-image: url(pieces/images/metal_bg.jpg);
  background-color: #f0f0f0;

  font-size: x-small;
  color: #888888;
}

#footer a {
   color: #888888;
}



