body {
  margin:0px;
  padding:0px;
  padding-bottom:150px;
  height:100%;

  font-size:12px;
  font-family:Arial;
}


img {
	border:0;
}
/*
#frame {
  position:fixed;
  z-index:1;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  border-top:10px solid #ababab;
  border-left:10px solid #ababab;
  border-right:10px solid #ababab;
}*/

#frameleft {
	position:fixed;
	z-index:23;
	left:0px;
	top:0px;
	bottom:0px;
	width:10px;
	height:100%;
	background:#ababab;
}

#frameright {
	position:fixed;
	z-index:23;
	right:0px;
	top:0px;
	bottom:0px;
	width:10px;
	height:100%;
	background:#ababab;
}

#frametop {
	position:fixed;
	z-index:23;
	left:0px;
	top:0px;
	right:0px;
	height:10px;
	width:100%;
	background:#ababab;
}

#page {
  width:939px;
  margin-left:auto;
  margin-right:auto;
  height:400px;

  position:relative;
}

#backgroundline {
  background:url(grass.png) repeat-x bottom;
  height:185px;
  width:100%;
  position:fixed;
  bottom:0px;
  left:0px;
  right:0px;
  z-index:25;
}



#middlecol {
  top:105px;
  left:242px;
  position:absolute;
  width:455px;
}

#mainbox {
  background:#F1F1F1;
  width:455px;
  height:302px;
  top:0px;
  left:0px;
  position:absolute;
  z-index:6;
}

#leftcol {
  position:absolute;
  left:725px;
  top:105px;
}

#topbox {
  background:#F1F1F1;
  width:213px;
  height:137px;
  position:absolute;
  top:0px;
  left:0px;
}

#bottombox {
  background:#f1f1f1ß;
  width:213px;
  height:137px;
  position:absolute;
  top:165px;
  left:0px;
}


#middlecol .textbox {
  position:absolute;
  top:320px;
  width:455px;
  height:200px;
  left:0px;
  padding-bottom:150px;
  z-index:8;
}

#leftcol .textbox {
  position:absolute;
  top:320px;
  width:213px;
  height:200px;
  left:0px;
    padding-bottom:150px;
  z-index:8;
}

#menu {
  padding-top:95px;
  width:213px;
  height:400px;
  position:absolute;
  top:16px;
  z-index:8;
}

#logo {
  background:url(logo.png) no-repeat;
  width:231px;
  height:58px;
  position:absolute;
  left:350px;
  top:35px;
}

h1 {
  margin-top:3px;
  margin-bottom:8px;
  font-size:12px;
}

#divscroll { position:absolute; left:210px; top:10px; }

body > #divfixed {position:fixed}
* html body { margin:0; overflow-y:hidden; padding:0; }
* html #divscroll { height:100%;  width:100%; overflow:auto;
                    right:0; left:0; top:0; margin:0;
                    padding-left:210px; }