body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3;
  padding-right: 3;
  
  background: #A0A0A0; 

  font-family: Verdana; 
  color: #ffffff;
  letter-spacing: 1pt; 
  font-weight: lighter; 
  font-size: x-small; 
}

#header {
  margin: 0px;
  padding: 0px;
  height: 300px;
  }
#left {
  margin: 3px;
  position: absolute;
  left: 15px;
  top: 310px;
  width: 150px;
  background: #8C8C8C; 
  border-style: dashed; 
  border-color: #034181;
  border-width: 1; 
}
#center {
  top: 0px;
  margin-top: 10px;
  margin-left: 180px;
  margin-right: 225px;
  background: #ffffff; 
  border-style: solid; 
  border-color: #000000;
  border-width: 1px;

  font-family: Verdana; 
  color: #000000;
  letter-spacing: 1pt; 
  font-weight: lighter; 
  font-size: x-small; 
}
#right {
  margin: 3px;
  position: absolute;
  right: 15px;
  top: 310px;
  width: 200px;
  background: #8C8C8C; 
  border-style: dashed; 
  border-color: #034181;
  border-width: 1; 
}
