html {
  height: 100%;
  width: 100%;
  overflow: auto;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  width: 100%;
  min-width: 600px;
  overflow: auto;
}

#topbanner {
  display : block;
  position : absolute;
  top : 0px;
  left : 0px;
  right : 0px;
  height : 115px;
  overflow : hidden;
  z-index : 1;
}

#corner {
  display : block;
  position : absolute;
  background : url("/images/corner_bg.gif") repeat-x;
  top : 0px;
  left : 0px;
  width : 100px;
  height : 115px;
  overflow : hidden;
  z-index : 2;
}

#banner {
  display : block;
  position : absolute;
  background : url("/images/top_banner.jpg") no-repeat 75px;
  top : 0px;
  left : 100px;
  right : 0px;
  height : 115px;
  overflow : hidden;
  z-index : 2;
}

#topnav {
  display : block;
  position : absolute;
  top : 100px;
  left : 100px;
  right : 0px;
  height : 15px;
  overflow : hidden;
  z-index : 3;
}

#pagecontent {
  display : block;
  position : absolute;
  top : 115px;
  left : 0px;
  bottom : 20px;
  right : 0px;
  height : auto;
  width: auto;
  overflow : auto;
  z-index : 1;
  padding : 5px 5px 5px 5px;
}

#leftnav {
  display : block;
  position : absolute;
  top : 0px;
  bottom: 0px;
  left : 0px;
  width : 100px;
  height : auto;
  overflow : visible;
  z-index : 2;
}

#leftnavno {
  display : block;
  position : absolute;
  top : 0px;
  bottom: 0px;
  left : 0px;
  width : 100px;
  height : auto;
  overflow : auto;
  z-index : 3;
}

#content {
  display : block;
  position : absolute;
  top : 0px;
  left : 100px;
  bottom : 0px;
  right : 0px;
  height : auto;
  width: auto;
  overflow : auto;
  z-index : 1;
  padding : 5px 5px 5px 5px;
}

#homecontent {
  display : block;
  position : absolute;
  top : 0px;
  left : 0px;
  bottom : 0px;
  right : 200px;
  height : auto;
  width: auto;
  overflow : auto;
  z-index : 2;
  padding : 5px 5px 5px 5px;
}

#noshow {
	display : block;
	position : absolute;
	top : 0px;
	left : 0px;
  bottom : 0px;
  right : 0px;
  height : 0px;
  width: 0px;
  overflow : hidden;
  z-index : 0;
  visibility : hidden;
}

#rightnav {
  display : block;
  position : absolute;
  top : 0px;
  bottom: 0px;
  right : 0px;
  width : 200px;
  height : auto;
  overflow : auto;
  z-index : 2;
}

#bottombanner {
  display : block;
  position : absolute;
  bottom : 0px;
  left : 0px;
  right : 0px;
  height : 20px;
  overflow : hidden;
  z-index : 1;
}

