/* CSS Document */

#flash {
  width: 900px;
  height: 350px;
}

#topmain {
  background-image: url(../images/top-bg.jpg);
  height: 400px;
  width: 870px;
  background-position: center;
  margin-left: 20px;
}

#topmain p {
  width: 510px;
  padding-top: 180px;
  padding-left: 20px;
  line-height: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

.red {
  line-height: 2em;
  font-size: 1.0em;
  color: #952e70;
  font-weight: bold;
}

#topnavi {
  margin-bottom: 10px;
  margin-left: 10px;
  height: 320px;
}

#topnavi li {
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-top: 30px;
}
