body {
/*  font-family:  Century Gothic, Osaka, sans-serif; */
  font-family:  Century Gothic, Osaka, sans-serif;
  font-size: 10pt;
  color: #202020;
  background-color: #f9f9f9;
  background-image: url(../images/backgrounds/trans_col_l.png);
  background-repeat: no-repeat;
  }

.normal {
  font-weight: normal;
  font-size: 10pt;
  }

#mainhead {
  height: 50px;
  width: 600px;
  margin-top: 20px;
  margin-left: 150px;
  }

#logo {
  background-image: url(../images/little_people/lp_personal.png);
  height: 65px;
  width: 35px;
  position: absolute;
  top: 400px;
  left: 5px;
  }

#zed {
  position: absolute;
  top: 0px;
  left: 165px;
  color: #663300;
  }

#menu {
  width: 200px;
  position: absolute;
  top: 65px;
  right: 5px;
  text-align: right;
  }

#main {
  margin-left: 125px;
  margin-right: 210px;
  margin-top: 25px;
  border: 1px solid #996600;
  background-color: #f3f3f3;
  padding: 25px;
  padding-top: 0px;
  }

.item {
  border-bottom: 1px solid #996600;
  }

h1 {
  font-size: 4.0em;
  margin: 0px;
  font-family:  Imprint MT Shadow, Georgia, serif;
 }

h2 {
  font-size: 1.75em;
  margin-top: 0.5em;
  margin-bottom: 0px;
  border-bottom: 1px solid #996600;
  }

h3 {
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0px;
  border-bottom: 1px solid #996600;
  }

h4 {
  font-size: 1.25em;
  margin-top: 0.5em;
  margin-bottom: 0px;
  }

p {
  font-size: 1.0em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  }

img {
  border: 0px;
  }

#item p {
  margin-top: 0px;
  }

code, pre {
  font-family: Courier New, Courier, monospace;
  }

dd {
  margin-left: 1.5em;
  }

a:link {
  text-decoration: none;
  color: #6666ff;
  }

a:visited {
  text-decoration: none;
  color: #3300ff;
  }

a:active {
  text-decoration: underline;
  color: #0000dd;
  }

a:hover {
  text-decoration: underline;
  color: #0000dd;
  }

.footer {
  position: absolute;
  top: 410px;
  left: 5px;
  font-size: 0.8em;
  width: 75px;
  margin-left:40px;
  color: #999999;
  }

.byline {
  background-color: #e3e3e0;
  }

.defer {
  color: #999999;
  }

.smallcaps {
  font-variant: small-caps;
  }

.fleft {
  float: left;
  margin-right: 10px;
  clear: all;
  }
.fright {
  float: right;
  margin-left: 10px;
  clear: all;
  }

.imp {
  font-weight: bold;
  color: #660000;
  }

.formimg {
  vertical-align: bottom;
  }
