body {
  text-align: center;
  margin: auto;
  width: 790px;
  background: #acacac;
  font-size: 10pt;
  font-family: Georgia, "Times New Roman", times, serif;
  padding-bottom: 20px;
  padding-top: 20px;
}

#container {
  position: relative;
  text-align: left;
  width: 790px;
  margin-left: 5px;
  background: url(images/shadowRightSide.gif);
  background-repeat: repeat-y;
  background-position: top right;
  padding-top: 40px;
}

#topRightCorner {
  position: absolute;
  background: url(images/shadowTopRightCorner.jpg);
  top: 0px;
  right: 0px;
  width: 20px;
  height: 82px;
}

#pageBox {
  position: relative;
  left: 20px;
  border: 1px solid black;
  width: 748px;
  background: white url(images/pageEdges.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#mainLogo {
  position: relative;
  margin-left: 50px;
  margin-top: -40px;
}

#topBar {
  position: relative;
  background: url(images/topBar.jpg);
  background-position: 77px 12px;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 20px;
  margin-left: -2px;
}
#topBar img { display: inline; }

#topBar #links {
  float: right;
  margin-top: 13px;
  font-family: Arial, helvetica, sans-serif;
  line-height: 21px;
  font-size: 95%;
  letter-spacing: 0.1em;
  margin-right: 25px;
}
#topBar #links a {
  text-decoration: none;
  color: #666;
  margin-left: 15px;
  margin-right: 15px;
}
#topBar #links a:hover { text-decoration: underline; }

#sidebar {
  position: absolute;
  background: url(images/runningMan.jpg);
  background-position: right 145px;
  background-repeat: no-repeat;
  border-left: 2px solid #929fab;
  margin: 0 -1px 0 0;
  padding: 30px 40px 0 5px;
  width: 140px;
  height: 320px;
  text-align: right;
  color: #666;
  font-family: Arial, helvetica, sans-serif;
  font-size: 90%;
  letter-spacing: 0.1em;
  right: 0px;
  top: 146px;
  overflow: hidden;
}
#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 70px 0 0 0;
}
#sidebar li {
  height: 32px;
  line-height: 105%;
}
#sidebar a {
  text-decoration: none;
  color: #666;
}
#sidebar a:hover { text-decoration: underline; }

#content {
  min-height: 300px;
  padding: 0px 15px 45px 25px;
  margin-top: -10px;
  width: 522px;
  border-right: 2px solid #929fab;
}

#minHeightHack {
/*
 * I didn't realize till too late that my min-height hack doesn't work with
 * this particular CSS design, because of a tricky thing about CSS floats,
 * and how they don't normally affect the height of their containing box.
 * (Unless the contain box has "overflow: hidden".  In this design, I can't
 *  have "overflow: hidden", because I need the overlapping "skip-ahead" box,
 *  among other subtler overlaps here and there.)
 *
 * BUT: in firefox, we can just use "min-height: xyz" as above, in the
 * #content div.
 *
 * Not good enough for IE, however. But fortunately for us, IE doesn't work
 * according to spec. So my nice paragraph about tricky CSS floats and
 * container heights happens to be all completely irrelevant for IE. So IE
 * is saved by the sin which condemns it.
 */
  height: 300px;
  position: relative;
  float: left;
  width: 0px;
  background: green;
}

#shadowBottom {
  background: url(images/shadowBottom.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 30px;
  width: 790px;
}

#footer {
  position: absolute;
  bottom: 10px;
  width: 537px;
  background: url(images/dashedLine.jpg) repeat-x;
  font-family: Arial, helvetica, sans-serif;
  font-size: 90%;
  text-align: right;
  padding-top: 10px;
}
#footer a {
  color: #666;
  margin-right: 20px;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.skipAheadBox {
  position: relative;
  float: left;
  display: inline;
  margin: 23px 25px 15px -47px;
  background: #ddd url(images/skipAheadBoxBottom.gif) no-repeat bottom left;
}
.skipAheadBox div {
  position: relative;
  border: 1px solid black;
  padding-left: 10px;
  padding-right: 15px;
  margin-top: -8px;
  margin-right: 5px;
  margin-bottom: 6px;
  background: white url(images/skipAheadBoxRightSide.gif) no-repeat right top;
}
.skipAheadBox p {
  text-align: right;
  background: white url(images/shortBlueRule.gif) no-repeat bottom left;
  padding-bottom: 0.9em;
}
.skipAheadBox ul {
  color: #666;
  font-family: Arial, helvetica, sans-serif;
  font-size: 90%;
  letter-spacing: 0.1em;
  text-align: right;
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}
.skipAheadBox li {
  margin-bottom: 5px;
}
.skipAheadBox a {
  text-decoration: none;
  color: #666;
}
.skipAheadBox a:hover {
  text-decoration: underline;
}

#content img {
  padding: 10px;
}
#content img.right {
  margin-right: 0px;
  float: right;
}
#content img.left {
  margin-left: 0px;
  float: left;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 210%;
  margin: 0.5em 0 0 0;
}
h2:first-letter {
  font-size: 120%;
  color: #8d2929;
}

a {
  color: #259;
}

img {
  border: none;
}

input, textarea {
  font-family: monospace;
}

table.subform td.label {
  font-weight: bold;
  width: 10em;
}

table.toc th {
  font-variant: small-caps;
  font-weight: normal;
  width: 90px;
  text-align: left;
}

table.toc td {
  width: 240px;
}

table.toc td.author {
  font-style: italic;
  width: 160px;
}

ul.big li {
  margin-bottom: 5px;
}

span.firstwords {
  font-variant: small-caps;
}

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

div.author {
  font-size: 16px;
  font-style: italic;
  padding-bottom: 5px;
}

#content table.issues img {
  padding: 5px 15px 15px 15px;
  margin: 0;
}

#content table.issues th {
  padding-top: 10px;
  text-align: center;
  font-weight: normal;
}

#content table.issues th a {
  text-decoration: none;
  color: black;
}

p.blurb {
  font-style: italic;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
}
