* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  background-color: #1D3142;
  font-family: arial;
  font-size: 11px;
  color: #fff;
}

#container {
  margin: 20px auto;
  width: 700px;
  height: 680px;
  background-image: url('/images/bg.gif');
  background-repeat: no-repeat;
}

#nav {
  text-align: center;
  padding-top: 300px;
}

#nav li {
  list-style: none;
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

#nav a {
  color: #900704;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#content {
  color: #000;
  padding-top: 15px;
  padding-left: 85px;
  width: 535px;
  height: 290px;
}

#content h3 {
  color: #AF4E0A;
  padding-bottom: 5px;
}

#content p {
  text-align: justify;
  padding-left: 10px;
}

#content li {
  margin-left: 20px;
  padding: 2px;
}

#footer {
  padding-top: 45px;
  text-align: center;
}

.hide {
  display: none;
}
