#content { 
  width: 700px;
  margin-left: 0px; 
  margin-right: 0px; 
 }
#copy { 
  width: 700px;
 }
.servicetype {
  display: inline; 
  font-weight: bold;
  font-size: large;
}
.price { 
  display: inline; 
  font-size: small;
  padding-left: 1em;
 }
.availability { 
  display: block; 
  font-size: small; 
  padding-bottom: 1em; 
 }

#namelist label { 
  display: block; 
  font-size: x-small; 
}

/*
#content { background: blue; }
#copy { background: red; }
#geometry { background: green; }
.navbar { background: purple; }
*/