body {
  background: #333;
  color: #ccc;
  font-size: 0.9em;
  font-family: verdana;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: palatino;
  margin: 0 0 1.5em;
  padding: 0.3em;
  text-transform: lowercase;
  letter-spacing: 0.2em;
}

h2 {
  font-family: palatino;
  text-transform: lowercase;
  letter-spacing: 0.2em;
}

p {
  padding: 0.2em;
}

a:link     { color: #f90; text-decoration: none; }
a:visited  { color: #f93; text-decoration: none; }

#showcase {
  border: 1px solid #999;
  -moz-border-radius: 15px;
  width: 475px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  background: #111;
}

#showcase h2 {
  display: inline;
  float: right;
  text-align: right;
  margin: -22px 10px 10px 0;
  font-family: trebuchet;
  background: #333;
  padding: 5px;
  border: 1px solid #999;
  -moz-border-radius: 10px;
  font-size: 90%;
}

#showcase p {
  padding: 0 10px;
}

#options {
  list-style: none;
  width: 475px;
  margin: 0.4em auto;
  padding: 0;
}

#options li {
  float: left;
  display: block;
  width: 20%;
  margin: 0 2.2%;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #444;
  -moz-border-radius: 10px;
}

#options li a:first-letter {
  font-weight: bold;
  text-decoration: underline;
}

#options li a {
  display: block;
  width: 100%;
}

#options li.selected {
  background: #444;
}

#options li:hover {
  background: #111;
}

#other {
  clear: both;
  width: 495px;
  padding: 5em 0;
  margin: 0.4em auto;
}

#other ul {
  list-style: none;
  clear: none;
  margin: 2%;
  padding: 0;
  width: 28%;
  display: block;
  float: left;
}

#other ul li {
  width: 100%;
  display: block;
  padding: 5px;
  text-align: center;
  border: 1px solid #444;
  -moz-border-radius: 10px;
  margin: 2px;
}

#other li:hover {
  border: 1px solid #555;
}

#options li a {
  display: block;
  width: 100%;
}

.right {
  text-align: right;
}

#main {
  padding: 0 5em;
}

#newuser table {
  width: 100%;
}

#newuser th {
  width: 70%;
  background: #111;
  text-align: left;
  font-weight: normal;
}

#newuser th, #newuser td {
  padding: 3px;
}

#newuser input, #newuser select, #newuser textarea {
  background: #999;
}

#newuser input:focus, #newuser select:focus, #newuser textarea:focus {
  background: #fff;
}

.spacer {
  clear: both;
  line-height: 0;
}
