body {
  background-image: url(../lib_img/body_bg.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

#header {
  position: relative;
  width: 90%;
  max-width: 760px;
  height: 98px;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  background-image: url(../lib_img/header_bg.gif);
  background-position: left top;
  background-repeat: repeat-x;
  border-style: none solid none solid;
  border-width: 1px;
  border-color: #e1f0ff #f0f0f0 #f0f0f0 #2d8dca;
  text-align: left;
}

#header-links {
  position: absolute;
  bottom: 3px;
  right: 8px;
  width: 440px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  font-family: tahoma, verdana, helvetica, sans-serif;
  font-size: 8pt;
  text-align: right;
  color: #e1e1e1;
  white-space: pre;
}

#content {
  position: relative;
  width: 90%;
  max-width: 760px;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  background-image: url(../lib_img/content_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  border-style: none solid solid solid;
  border-width: 1px;
  border-color: #e1e1ff #f0f0f0 #666666 #2d8dca;
  text-align: left;
}

#content-footer {
  height: 5px;
  padding: 0px;
  margin: 0px;
  background-color: #1178e1;
  text-align: left;
}

#footer {
  width: 90%;
  max-width: 760px;
  height: 100px;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  text-align: right;
}