* {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}
body {
  height: 100%;
  position: absolute;
  width: 100%;
}
html > body {
  height: auto;
}
#csswarning {
  display: none;
}

select {
  border: 1px solid #000;
}

/* Header styles */
#address {
  float: right;
  margin-top: 1em;
  margin-right: 1em;
  
  background-color: transparent;
  color: #FFF;
  font-size: small;
}
#header {
  height: 7em;
  min-width: 900px;
  
  background: url("/images/logo-night.jpg") #000 top left no-repeat;
}

/* Menu styles */
#menu {
  border-bottom: 1px solid #000;
  height: 1.5em;
  min-width: 800px;
  
  background: url("/images/bg-menu-night.jpg") #000 bottom left repeat-x;
}
#menu a {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 1.5em;
  line-height: 1.5em;
  width: 5em;
  
  background: url("/images/bg-menu-night.jpg") #000 bottom left repeat-x;
  color: #FFF;
  display: block;
  float: left;
  text-decoration: none;
}
#menu a:hover {
  background: url("/images/bg-menu-night.jpg") #000 bottom left repeat-x;
  color: #6FF;
}
#menu li {
  float: left;
  margin-right: 10px;
  padding: 0;
  
  text-align: center;
}
#menu ul {
  margin-left: 15%;
  
  list-style: none;
}

/* Navigation styles */
#nav {
  border-right: 1px solid #000;
  float: left;
  width: 15%;
  
  background-color: #FFF;
  color: #000;
}
#nav * ul {
  list-style: none;
}
#nav ul#items li {
  font-variant: small-caps;
  font-weight: 900;
}
#nav ul#items li a {
  margin-left: 1em;
  
  color: #00C;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
}
#nav #top {
  background: url("/images/bg-nav-night.jpg") #FFF top left repeat-x;
}
#nav #top ul li a {
  background-color: transparent;
  color: #000;
  font-variant: small-caps;
  font-weight: 900;
  text-decoration: none;
}

/* Footer styles */
#copy {
  font-size: small;
}
#footer {
  clear: both;
  width: 100%;
  
  background-color: transparent;
  color: #000;
  text-align: center;
}
#footer a {
  color: #00C;
  text-decoration: none;
}
#footer li {
  display: inline;
}
#footer li:after {
  content: " - ";
}
#footer li.last:after {
  content: "";
}
#footer ul {
  list-style: none;
}

/* Body styles */
#content {
  /* Content stays aligned */
  float: left;
  padding: 10px;
  width: 80%;
  
  background-color: transparent;
  color: #000;
}
#content a {
  color: #00C;
  text-decoration: none;
}

#beta {
  display: none;
  background-color: transparent;
  color: #F00;
  font-weight: 600;
  text-align: center;
}

form {
  margin: 2px 0px;
  
  font-size: small;
}
h1 {
  margin: 1em 0em;
}
input, textarea {
  border: 1px solid #000;
  font-size: normal;
}
p {
  margin: 10px 0px;
}
table#customsigns {
  border: 1px outset #989898;
}
td {
  padding-top: 10px;
}
.bold {
  font-weight: 800;
}
.but {
  border: 2px outset #000;
}
.caption {
  font-size: small;
  text-align: center;
}
.ital {
  font-style: oblique;
}
.small {
  font-size: small;
}
#customsigns td {
  border: 1px inset #989898;
  padding: 1px;
}
.cle ul {
  margin-left: 10px;
  list-style-type: none;
}
table.t, .t tr, .t td
{
  border: 1px solid #000;
}