.center {
  text-align: center;
}
#col-l {
  background-repeat: repeat-y;
  background-position: left top;
  min-width: 201px;
  background-image: url(image/feathers-l.jpg);
  width: 201px;
}
#col-r {
  background-image: url(image/feathers-r.jpg);
  background-repeat: repeat-y;
  background-position: right top;
  width: 201px;
}
#main {
  margin-left: auto;
  margin-right: auto;
  font-family: Arial,Helvetica,sans-serif;
}
#nav {
  border: 5px double #663300;
  margin: 0px auto 5px;
  font-size: 1em;
  padding-bottom: 5px;
  background-color: #fff8db;
  text-align: center;
  padding-top: 5px;
  max-width: 90%;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav li {
  padding: 0px 1em 0px 0px;
  list-style-type: none;
}
#nav a {
  padding: 2px;
  background: transparent none repeat scroll 0% 50%;
  font-weight: bold;
  color: #660000;
  text-decoration: underline;
}
#nav a:visited {
  padding: 2px;
  background: transparent none repeat scroll 0% 50%;
  font-weight: bold;
  color: #000000;
}
#nav a:hover {
  padding: 2px;
  background: #660000 none repeat scroll 0% 50%;
  font-weight: bold;
  color: #fff8db;
  text-decoration: none;
}
.justify {
  text-align: justify;
}
h1 {
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
}
h3 {
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
}
p {
  font-family: Arial,Helvetica,sans-serif;
}
