html, body {
  padding: 0px;
  margin: 0px;
  }
body {
  background: #335566;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 76%;
  }
#base {
  position: relative;
  margin: 16px auto 0px auto;
  width: 954px;
  height: 581px;
  background: url(../graphics/main_panel.gif) no-repeat 209px 0px;
  }
#nav {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 280px;
  height: 400px;
  }
a#logo {
  position: absolute;
  top: 19px;
  right: 55px;
  width: 197px;
  height: 122px;
  }
#header {
  position: absolute;
  top: 25px;
  left: 289px;
  width: 400px;
  height: 100px;
  }
#header img {
	position: absolute;
	bottom: 0px;
  }
#main {
  position: absolute;
  top: 141px;
  left: 289px;
  padding: 10px 28px 10px 0px;
  margin: 0px;
  width: 590px;
  height: 361px;
  overflow: auto;
  z-index: 10;
  }
#footer_left {
  position: absolute;
  display: block;
  padding: 3px;
  font-size: 80%;
  bottom: 37px;
  left: 285px;
  }
#footer_right {
  position: absolute;
  display: block;
  font-size: 80%;
  bottom: 40px;
  right: 41px;
  }
#footer_right a {
  padding: 3px;
  margin: 0px 5px 0px 5px;
  text-decoration: none;
  color: #000000;
  }
#footer_right a:hover {
  text-decoration: underline;
  color: #0099ff;
  }

#rhs_column {
  float: right;
  width: 140px;
  text-align: center;
  }

