
/* Layout Stylesheet */ 

/* This controls the far outer boundary, now hidden */
body  {
  margin: 0; 
  padding: 0;
  color: white; 
  background-color: #006633; 
}

/* This is the invisible frame which surrounds everything */
#outer  { 
  color: white; 
  background: #006633; 
}

#hdr  {
  color: white; 
  background: #002110;
}

#l-col    { 
  text-align: left; 
  padding: 10px; 
  width: 100px; 
  float: left;
}

#cont    { 
  text-align: left; 
  padding: 10px;
  margin:0 140px;}
  
#ftr  {
  text-align: right; 
  height: 25px;
  margin: 10px;
}
