@charset "utf-8";

/* Basic settings */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000;
  background: #fff;
}

html, body, p, th, td, li, dd, dt, div {
  font-size: 2em
  font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em ;
}
h4 {
  font-size: 1.0em;
}
h5 {
  font-size: 0.9em;
}
h6 {
  font-size: 0.8em;
}

a {
  text-decoration: none;
  color:#ff0;
}

a:link {
  color: #666;
}

a:visited {
  color: #ccc;
}

a:hover {
  color: #9cc;
}

a:active {
  color: #6cc;
}

/* ----------------------------- */
/* Customization                 */

#body {
  margin-left: 100px;
  border: 1px solid white;
/*  text-align: center; does not work in IE*/
  font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
}

#title {
  width: 820px;
  height: 140px;
  border: 1px solid white;
  text-align: center;
}

#navigation {
  width: 820px;
  height: 20px;
  border: 1px solid white;
  text-align: center;
  font-size: 0.8em;
  color: #666;
  font-weight:bold;
}

a.navi {
  white-space:pre;
}

a.this {
  color:#000;
  white-space:pre;
}

#overview {
  position: absolute;
  left: 764px;
  width: 160px;
  height:470px;
  border: 1px solid white;
  text-align: left;
}

img.overview {
  border: 3px solid white;
}


img.overview:hover {
  border: 3px solid gray;
}

#content {
  width: 820px;               /* Set to 660 for normal pages */
  height:470px;
  border: 1px solid white;
  text-align: center; 
  font-size: 1em;
}

#content-contact {
  width: 660px;
  border: 1px solid white;
  text-align: center;
  font-size: 1em;
}

#content-bio {
  width: 620px;
  border: 1px solid white;
  text-align: left;
  font-size: 0.9em;
}

#photo {
  width: 420px;                      /* was at 650  */
  height: 420px;
  border: 1px solid white;
  text-align: center; 
}

#footer {
  width: 820px;
  height: 20px;
  border: 1px solid white;
  text-align: left;
  font-size: 0.8em;
}

#copyright {
  float:right;
  height: 20px;
  border: 1px solid white;
  text-align: right;
  font-size: 0.8em;
}
