/*
 * This stylesheet is for my home page.
 * Just different enoung to merit its own.
 * copyright 2006
 *
 */
body {
  font-family:  Century Gothic, Osaka, sans-serif;
  font-size: 10pt;
  background-color: #f9f9f9;
  color: #333333;
  }

h1, h2, p {
  margin: 0px;
  display: inline;
  color: #333333;
 }

h2 {
  font-size: 1.2em;;
  }

p {
  font-size: 1.0em;
  }

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

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

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

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

#qotd p {
  display: block;
  color: #999999;
  font-size: 9pt;
  }

.defer {
  color: #999999;
  }

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

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

  /* ********** begin media block ********** */
@media screen, print {

#all {
  position: absolute;
  top: 50%;
  left: 50%;
  }

#background {
  position: absolute;
  top: -250px;
  left: -250px;
  width: 500px;
  height: 500px;
  background-image: url(../images/backgrounds/pikelogo_wm.png);
  z-index: 0;
  }

#academic {
  position: absolute;
  top: -175px;
  left: -260px;
  width: 500px;
  z-index: 1;
  }

#services {
  position: absolute;
  top: -125px;
  left: -220px;
  width: 500px;
  z-index: 1;
  }

#personal {
  position: absolute;
  top: -75px;
  left: -180px;
  width: 500px;
  z-index: 1;
  }

#japan {
  position: absolute;
  top: -25px;
  left: -140px;
  width: 500px;
  z-index: 1;
  }

#history {
  position: absolute;
  top: 25px;
  left: -100px;
  width: 500px;
  z-index: 1;
  }

#help {
  position: absolute;
  top: 75px;
  left: -60px;
  width: 500px;
  z-index: 1;
  }

#contact {
  position: absolute;
  top: 125px;
  left: -20px;
  width: 500px;
  z-index: 1;
  }

.nihon {
  position: absolute;
  text-align: right;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  }

.footer {
  position: absolute;
  bottom: 15px;
  left: 5px;
  font-size: 0.8em;
  color: #999999;
  }

#qotd {
  position: absolute;
  text-align: right;
  top: 5px;
  right: 5px;
  z-index: 5;
  width: 180px;
  }

}

/* ********** end media block ********** */


