* {
  font-size: 12px;
  line-height: 1.5em;
}

body {
  width: 740px;
  background: #f3f3f3;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

td ul li {
  margin-top: 2px;
}

input.blank {
  border: 1px solid #555;
}

.red {
  color: red;
}

#main_table {
  width: 480px;
}

#header {
  text-align: center;
  margin-bottom: 10px;
}

#content {
  width: 740px;
  text-align: left;
}

#left {
  float: left;
  width: 250px;
}

#right {
  float: right;
  width: 480px;
}

#footer {
  clear: both;
  width: 740px;
  height: 32px;
  background: #238C00;
}

#copyright {
  position: relative;
  left: 570px;
  width: 160px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  background: url(img/gp.gif) #238C00 no-repeat center right;
}

#intro {
  background: #ffc20a;
  padding: 3px;
  margin-bottom: 10px;
}

