body {
  margin: 0;
  padding: 0;
  font-stretch: normal;
}
#wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  font-family: Arial,Helvetica,sans-serif;
}
#header {
  border: 1px solid black;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 800px;
  background-color: #000099;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
}
#holder {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
#content {
  border-style: solid solid none;
  border-color: black;
  border-width: 1px;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  float: right;
  position: relative;
  background-color: #02aafd;
}
#nav {
  margin: 0 auto;
  padding: 0;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size-adjust: none;
  font-stretch: normal;
  width: 350px;
  background-color: white;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
}
#footer {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  float: right;
  position: relative;
  background-color: #999999;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
}
a:hover {
  border: 1px solid black;
  background-color: #9999ff;
}
.list {
  list-style-type: square;
  list-style-position: inside;
  font-family: Arial,Helvetica,sans-serif;
}
