body {
  padding: 0px;
  margin: 0px;
  background: #e7eaf0;
  background: #eff0f4;
  font-size: 10pt;
  font-family: times new roman, times, serif;
}

a {
  text-decoration: none;
  color: #2c4e97;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: palatino, "trebuchet ms", times, serif;
  color: #448;
}

h1 {
  width: 580px;
  margin: 40px auto 5px;
  padding: 0px 0px 0px 20px;
}

.heading {
  position: relative;
  width: 600px;
  height: 30px;
  margin: 0px auto;
}

.firstpage .heading {
  height: 122px;
  margin: 8px auto 0px;
  background: url(title.gif) 20px 70px no-repeat;
}

.heading h1 {
  display: none;
  position: absolute;
  margin: 0px;
  width: auto;
  bottom: 5px;
  left: 20px;
}

.homunculus {
  display: block;
  position: absolute;
  right: 0px;
  bottom: -45px;
  width: 150px;
  height: 167px;
  background: url(topsplodge.gif) no-repeat;
}

.clear {
  display: block;
  float: right;
  width: 60px;
  height: 25px;
}

.main {
  background: white;
  border: 1px solid #aaa;
  width: 560px;
  margin: 0px auto 3px;
  padding: 20px;
  line-height: 12pt;
}

.firstpage .main {
  margin: 0px auto 3px;
}

.dropcap {
  /* line-height is exactly twice that of the enclosing text block.
   * font-size should be about 22% bigger to fill the gap left for
   * the non-existent descender (it's a dropped CAPITAL, after all).
   * The 22% is just approximate: TEST ACROSS PLATOFRMS...
   */
  float: left;
  line-height: 24pt;
  font-size: 30pt;
  width: auto;
  margin-right: 3px;
  font-family: palatino, times, serif;
  color: #844;
}

.bc {
  width: 600px;
  margin: 20px auto 2px;
  color: #666;
}

.breadcrumbs {
  margin: -20px -20px 10px -20px;
  padding: 5px 20px;
  xbackground: #e0e0e0;
  color: #666;
  font-size: 90%;
  text-align: right;
}

.backlinks {
  clear: both;
  margin: 20px 0px 0px;
}

.reference {
  font-size: 8pt;
  color: #666;
  vertical-align: super;
}

.footnotes {
  font-size: 8pt;
  color: #666;
  border-top: 1px dotted #aaa;
  margin-top: 20px;
  margin-bottom: -10px;
}

.footnotes ol {
  margin: 2px 0px 0px;
  _margin-left: 40px;
}

.epilogue {
  width: 600px;
  margin: 3px auto 20px;
  padding: 0px;
  text-align: right;
  font-size: 8pt;
  color: #666;
}

.epilogue hr {
  display: none;
}

.rant {
  border-top: 1px solid #aaa;
  margin: 20px 0px;
}

.nobullets {
  list-style-type: none;
  margin: -4px 20px 6px;
  padding-left: 0px;
}

.nobullets li {
  _margin-bottom: 6px;
}

.leftphoto,
.rightphoto {
  clear: both;
  margin: 20px 0px;
}

.leftphoto img {
  float: left;
  margin: 0px 20px 20px 0px;
}

.rightphoto img {
  float: right;
  margin: 0px 0px 20px 20px;
}

.img_left {
  position: relative;
  height: 180px;
  clear: both;
  padding: 10px;
  padding: 0px 0px 0px 260px; 
}

.img_left img {
  position: absolute;
  float: left;
  left: 0px;
  top: 0px;
}

.img_right img {
  float: right;
}

.skills li {
  margin-bottom: 20px;
}

.skills {
  padding: 0px 20px;
  margin-bottom: 20px;
}

.jobs td {
  background: #e7eaf0;
  background: #eff0f4;
  border-bottom: 3px solid white;
  padding: 5px;
}

.date {
  padding-right: 20px;
}

.employer {
  font-weight: bold;
}