html, body {
  height: 100%;
}
body {
  background: url(images/background.gif) repeat-x #FFCBCB;
  margin: 0;
  padding: 0;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 12pt;
}
h1 {
  font-size: 18pt;
  margin: 0 0 0.8em 0;
  color: #66401E;
  line-height: 1.3em;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #004800;
}
p {
  text-indent: 1.5em;
  margin: 0 0 1.5em 0;
  line-height: 1.4em;
}
div#wrapper {
  background: url(images/bleed_shadows.gif) top center repeat-y;
  min-height: 100%;
}
* html div#wrapper {
  height: 100%;
}
div#shadowBox {
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/shadows.gif) top center no-repeat;
  height: 592px;
  width: 100%;
}
div#header {
  background: url(images/header.jpg) bottom left no-repeat;
  position: relative;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  height: 147px;
}
div#header ul {
  position: absolute;
  left: 0;
  top: 106px;
  list-style: none;
  margin: 0;
  padding: 0;
}
div#header ul li {
  display: inline;
  background-position: 2px 0px;
  background-repeat: no-repeat;
  float: left;
  width: 100px;
  height: 41px;
  cursor: pointer;
}
div#header ul li.selected {
  background-position: 2px -41px;
}
img#wood {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -375px;
}
div#left {
  position: absolute;
  left: 50%;
  margin-left: -375px;
  width: 230px;
  padding: 20px 10px 10px 10px;
}
div#left img {
  display: block;
}
div#right {
  position: relative;
  left: 50%;
  margin-left: -125px;
  width: 480px;
  padding: 20px 10px 10px 10px;
}
div#scoreboard {
  position: absolute;
  left: 50%;
  top: 9px;
  margin-left: 130px;
  width: 245px;
  height: 138px;
  z-index: 10;
  background: url(images/scoreboard4.jpg);
}
div#digit1 {
  position: absolute;
  top: 77px;
  left: 3px;
  width: 41px;
  height: 61px;
}
div#digit2 {
  position: absolute;
  top: 73px;
  left: 45px;
  width: 40px;
  height: 64px;
}
div#digit3 {
  position: absolute;
  top: 68px;
  left: 87px;
  width: 40px;
  height: 64px;
}
li#nav_index {
  background: url(images/nav_index.jpg);
}
li#nav_intro {
  background: url(images/nav_intro.jpg);
}
li#nav_contents {
  background: url(images/nav_contents.jpg);
}
li#nav_author {
  background: url(images/nav_author.jpg);
}
li#nav_media {
  background: url(images/nav_media.jpg);
}

/***Contents Styles***/
ul#contents li {
  margin-bottom: 1em;
}
ul#contents li h1 {
  font-size: 12pt;
  border: 0;
  color: #000;
  display: inline;
}
ul#contents li h2 {
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
  display: inline;
}
ul#contents li div {
  font-size: 10pt;
}
ul#contents li a {
  font-size: 10pt;
  display: block;
}
ul#contents li div.sample {
  background: #FFCBCB;
  border: 1px solid #B08C8C;
  font-family: verdana;
  line-height: 1.4em;
  font-size: 9pt;
  padding: 5px 5px 0 5px;
  margin-top: 5px;
  display: none;
}
div.emailBox {
  border-top: 1px dashed #999;
  padding: 10px;
  margin-top: 15px;
  font-family: verdana;
  font-size: 9pt;
}
div.emailBoxConfirm {
  background: #FFCBCB;
  border: 1px solid #B08C8C;
  padding: 10px;
  margin-top: 15px;
  font-family: verdana;
  font-size: 9pt;
}
input#mailField {
  color: #666;
  width: 145px;
}
div#homeQuotes img {
  margin-bottom: 20px;
}
