﻿body
  {
  margin: 0;
  padding: 50px 100px 6px 100px;
  background: #ffffff;
  font-size: 10px;
  }
div#header
  {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 70px;
  }
div#footer
  {
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 16px;
  color: #000000;
  }
div.rightnav
  {
  position: fixed;
  overflow: auto;
  top: 70px;
  right: 0;
  bottom: 0;
  width: 100px;
  margin: 0;
  background-image:url('images/rightbg.gif');
  }
div.leftnav
  {
  position: fixed;
  overflow: auto;
  top: 70px;
  left: 0;
  bottom: 0;
  width: 100px;
  margin: 0;
  background-image:url('images/leftbg.gif');
  }


