body { 
  background-color: #FFFFFF;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  position:relative;
  margin:           0 auto;
  
}

#header {
  background-color: #0066ff;
  position:relative;
  margin:           0 auto;
  width:           800px;
  height:           80px;
}

#main {
  background:       #FFFFCC;
  text-align:       left;
  font-size:        100%;
  width:            800px;
  margin:           0 auto;
}

#footer {
  background-color: #193173;
  color:            white;
  text-align:       center;
  width:            800px;
  height:           30px;
  margin:           0 auto;
  font-size:        85%;
}

.type { 
  color: black;
  font-family:       Georgia, "Times New Roman", Times, seri
