* {
  margin:0;
  padding:0;
}

html,body {
  height: 100%; /* needed for container  min-height */
}

div#container {
  position: relative;  /* needed for footer positioning */
  margin: 0 auto; /* center, not in IE5 */
  width: 950px;
  height: auto !important; /* real browsers */
  height: 100%;  /* IE6: treaded as min-height */
  min-height: 100%; /* real browsers */
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  background: #f4f4f4;
}

div#content {
  padding: 0 0 25px;  /* padding-bottom for the footer */
}

div#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  clear: both;
  height: 19px;
  overflow: hidden;
}

div#header {
  width: 950px;
  height: 172px;
  overflow: hidden;
}

div#leftmenu {
  float: left;
  width: 180px;
}

div#mainframe {
  float: left;
  width: 768px;
}

div#contentframe {
  float: left;
  width: 524px;
}

div#rightframe {
  float: left;
  width: 238px;
}

div#spacer {
  clear: both;
}
