
/* Spacing */

H1 {
  text-align: left;
  padding: 10px 10px 10px 0px;
}

UL, OL {
  line-height: 140%;
}

/* Layout definition. */

/* This should be an "inner frame", but Opera5 cannot scroll them.
#main {
  position: absolute; position: fixed;
  width: auto;  height: auto;
  top: 6px; right: 168px; bottom: 6px; left: 6px;
  overflow: auto;
  margin: 0px;
  border: 0px solid #ff0;
  padding: 8px 12px;
  text-align: justify;
}
*/

#main {
  background-color: #fff
  top: 6px; right: 6px; bottom: 6px; left: 6px;
  margin: 0px 11em 0px 0px;
  border: 0px solid #ff0;
  padding: 8px 12px;
  text-align: justify;
}

#navbar {
  position: absolute; position: fixed;
  width: 11em; height: auto;
  top: 6px; right: 6px; bottom: 66px; left: auto;
  margin: 0;
  background: #fff ;
  
  overflow: visible; /* should be hidden but Mozilla bug #39000 */
  border: 0px solid #0ff;
  padding: 0;
  /*line-height: 0px;*/
  text-align: center;
  vertical-align: middle;
}

SPAN.navl {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0px 0px;
  border: 0px solid #ff0;
}

SPAN.nav-vl, SPAN.nav-hl, SPAN.nav-op, SPAN.nav-cl {
  height: 20px;
}

SPAN.nav-vl:before { content: url(pix/nav-vl.png) }
SPAN.nav-hl:before { content: url(pix/nav-hl.png) }
SPAN.nav-op:before { content: url(pix/nav-op.png) }
SPAN.nav-cl:before { content: url(pix/nav-cl.png) }

#botmrght {
  position: absolute; position: fixed;
  width: 11em; height: 60px;
  top: auto; right: 6px; bottom: 6px; left: auto;
  /*margin: auto 0 0 auto;*/ margin: 0;
  background: #fff, color: #000;
  overflow: visible; /* should be hidden but Mozilla bug #39000 */
  border: 0px solid #f00;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}

DIV.navlinks {
  line-height: 0;
  padding-left: 5px;
}

DIV#navbar HR { 
  border: 0px solid #f00;
  height: 8px;
}

/* Buttons. */

ADDRESS {
  text-align: right;
  color: #000
  padding: 1ex;
}

ADDRESS A {
  color: #000
  text-align: left;
}

.rbutton IMG {
  margin: 10px;
}

.rbutton {
  display: block;
  overflow: hidden;
  border: 2px transparent #369;
  background: #369 url(pix/moz-btn.png) no-repeat 2px 2px;
  min-width: 50px; min-height: 50px;
  margin: 0px; padding: 2px;
  font: 11px sans-serif;
  color: #fff;
  text-decoration: none;
}

.rbutton:hover {
  border: 2px outset #369;
  background: #369 url(pix/moz-btn-ho.png) no-repeat 2px 2px;
  color: #fcc;
}

.rbutton:active {
  border: 2px inset #369;
  background: #369 url(pix/moz-btn-act.png) no-repeat 2px 2px;
  color: #fcc;
}

.button {
  display: block;
  overflow: hidden;
  border: 0px solid #000;
  margin: 3px; padding: 0px;
  font: 11px sans-serif;
  color: #fff;
  text-decoration: none;
}

