body {background: #fff url(/images/pecar.gif) fixed top left no-repeat;
  font-family: Arial, Trebuchet MS, sans-serif;
  font-size: normal;
  }
a:link {color: blue; 
  font-weight: normal;
  text-decoration: underline
  }
a:hover {color: #969696;
  text-decoration: none;
  }
a:visited {
  color: red; 
  text-decoration: underline;
  }
#logo {background url(/images/pecar.gif) fixed top right no-repeat;
  position: absolute;
  height: 140px;
  width: 750px;
  }
#links {background: #fff;
  color: #00008f;
  padding: 0px;
  position: absolute;
  left: 10px;
  top: 140px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 132px;
  border-right: 1px solid red;
  }
 
#links p {padding-right: 10px;
  text-align: right;
  }

#main {background: #fff;
  color: #00008f;
  padding-left: 20px;
  position: absolute;
  left: 142px;
  top: 135px;
  width: 400px;
  height: 300px;
  border-left: 1px solid red;
  overflow: auto;
  }
.row {clear: both;
  padding-top: 5px;
  }
.row span.label {float: left;
  width: 60px;
  text-align: right;
  }
.row span.fbox {float: right;
  width: 280px;
  text-align: left;
  }
.spacer {clear: both;}
					
#blurb {background: #fff;
  position: relative;
  color: #00008fe;
  font-style: italic;
  font-size: normal;
  text-align: center;
  padding: 0px;
  left: 142px;
  top: 90px;
  width: 400px;
  z-index: 100;
  }

#external1 {background: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 132px;
  height: auto;
  }

#external1 a {text-decoration: none;
  text-align: center;
  }
  
#external2 {background: #fff;
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 95px;
  height: auto;
  }

#external2 a {text-decoration: none;
  text-align: center;
  font-size: 10px;
  }
