* {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

body {
  font: 8pt Verdana;
  overflow: hidden;
}

div {
  background-color: #CC0000;
  overflow: hidden;
  position: absolute;
}

div#content, div#navigation, div#title {
  left: 220;
  right: 20;
}

* html div#content, * html div#navigation, * html div#title {
  width: expression(document.body.clientWidth-240);
}

div#content {
  background-color: #FFCCCC;
  bottom: 94;
  color: #000000;
  overflow: auto;
  padding: 20;
  top: 174;
}

* html div#content {
  height: expression(document.body.clientHeight-268);
}

div#footer, div#header, div#menu {
  left: 0;
}

div#footer, div#header {
  right: 0;
}

* html div#footer, * html div#header {
  width: expression(document.body.clientWidth);
}

div#footer {
  bottom: 0;
  height: 30;
  line-height: 30px;
  padding-right: 20;
  text-align: right;
}

div#header {
  height: 110;
  top: 0;
}

div#menu {
  bottom: 30;
  font-weight: bold;
  top: 110;
  width: 200;
}

* html div#menu {
  height: expression(document.body.clientHeight-140);
}

div#navigation, div#title {
  height: 44;
  line-height: 44px;
  vertical-align: middle;
}

div#navigation {
  bottom: 50;
}

div#title {
  font-size: 16pt;
  font-weight: bold;
  padding-left: 20;
  text-transform: uppercase;
  top: 130;
}