html, body {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  background-color: #3f5467;
  color: #fff;
  font: normal 100%/1.32 "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  margin-top: 10px;
  text-align: center; /* IE5.x workaround */
  behavior:url("htmlcss_files/cssfocus.htc");
}
/* base styles
--------------------------------------------------------------------- */
h1, h2, h3 {
  font-family: "Trebuchet MS", "Gill Sans", Calibri, sans-serif;
  text-shadow: 1px 1px 5px #000;
}
h1 {
  background-color: #1A5B8F;
  border: 2px groove #000;
  border-bottom: 0;
  font-size: 175%;
  line-height: 2.5;
  margin: 0;
  padding-right: 1em;
  min-height: 1px; /* IE 7 needs "layout" */
}
h2 {
  font-size: 132%;
  margin: 0 1em 1em;
}
h3 {
  font-size: 100%;
  margin: 1.32em;
}
h3 span {
  display: block;
  font-size: 82%;
  font-style: italic;
  font-weight: normal;
  white-space: nowrap;
}
img {
  display: block;
  border: solid #333;
  border-width: 1px 0;
}
a {
  color: #fff;
  outline: 0;
  padding-right: 1.32em;
}
a:visited {
  color: #ccc;
  background-image: url(check-mark.gif);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
a:hover,
a:focus {
  background-color: #072D04;
  color: #C89E64;
  text-decoration: none;
}
p {
  margin: .66em;
  padding: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 1.32em;
  zoom: 1;
}
/* structure
--------------------------------------------------------------------- */
#wrapper {
  -moz-box-shadow: #10151A 0 0 90px;
  -webkit-box-shadow: #10151A 0 0 90px;
  box-shadow: #10151A 0 0 90px;
  margin: 0 auto; 
  text-align: right;
  width: 724px;
}
#content {
  background-color: #3f5467;
  border: 2px groove #000;
  border-top-width: 0;
  overflow: hidden;
  position: relative;
  _height: 1%; /* IE6 needs "layout" for positioning */
}
#nav {
  _width: 14em; /* IE6 needs a width */
  background: url(tahoe-bg1.jpg) no-repeat -10px -10px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  left: 10px;
  margin-right: auto;
  min-height: 1em; /* give IE 7 "hasLayout" */
  padding: 1.32em 0;
  position: absolute;
  text-align: left;
  top: 10px;
}
.js #nav { background-image: none; }

#nav li {
  display: inline;
}
#nav a {
  display: block;
  _width: 10em;
  padding-top: .125em;
  padding-bottom: .25em;
}
