body {
  background-color: #959698;
  margin: 0px;
  padding: 0px;
}
body table {
  margin: 0px auto;
  width: 90%;
}
table td {
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: smaller;
}

#frame_l { width: 10px; background-image: url('i/left.png'); }
#frame_r { width: 10px; background-image: url('i/right.png'); }
#frame_mid { background-color: white; }

#frame_mid table { width: 100%; }

#top_r {
  width: 376px;
  background: url('i/top_right.png') no-repeat center left;
}

#strip_l { width: 10px; }
#strip_r { width: 10px; }
#strip_mid { background-image: url('i/top_strip.png'); }

#footer { width: 100%; }
#footer_l { width: 20px; }
#footer_r { width: 20px; }
#footer_mid { background-image: url('i/bottom.png'); }

#nav {
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
  background: url('i/shadow.png') repeat-x top;
}
#nav a {
  color: black;
}
#login_area { padding: 10px; }
#separator { background: url('i/separator.png') repeat-y; }
#content { padding: 10px; width: 100%;  }


a img { border: 0px; }
