
body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #C0C0C0;
}


html {
/* 	overflow-x: auto;
	overflow-y: auto; */
	/*hides the scrollbars in IE automatically, needs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">*/
	
 	overflow-x: hidden;
	overflow-y: hidden;
	
} 




#leftheader {
  position: absolute;
  left: 10px;
  height: 20px;
  width: 180px;
  background-color: #c0c0c0;
}

#menu {
  position: absolute;
  left: 10px;
  top: 24px;
  width: 180px;
  background-color: #c0c0c0;
  color: #ffffff;
}

#rightheader {
  position: absolute;
  left: 20px;
  width: 74%;
  height: 20px;
  margin-left: 180px;
  background-color: #c0c0c0;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}

#main {
  position: absolute;
  left: 20px;
  top: 24px;
  width: 74%;
  margin-left: 180px;
  background-color: #e8f0f9;
  background-image: url(../images/pc_StIves_1000_back.jpg);
  background-repeat: no-repeat;
  background-position: top;
  padding-left: 10px;
  padding-right: 10px;
}

