body {
  margin: 0;
  background-color: #000000;
  color: #000000;
  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

#wrapper {
  position: relative;
  width: 955px;
  min-height: 635px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  background-image: url(/templates/gfx/background.gif);
  background-position: left top;
  background-repeat: no-repeat;
  text-align: left;
}

#header {
  position: absolute;
}

#header-links {
  position: absolute;
  top: 100px;
  right: 30px;
  font-size: 10px;
}
#header-links a {
  color: #000000;
}
#header-links a:hover {
  color: #ffffff;
}

#menu {
  position: absolute;
  top: 125px;
  height: 30px;
  font-size: 11px;
}

#menu a {
  float: left;
  height: 31px;
  padding: 0 14px;
  border-right: 1px solid #666666;
  color: #ffffff;
  text-decoration: none;
}
#menu a:hover {
  background-color: bbcc00;
}

#menu a div {
  padding-top: 6px;
}

#main {
  padding-top: 220px;
  padding-left: 90px;
}

#content {
  width: 550px;
  min-height: 314px;
}

#footer {
  height: 112px;
  height/* */:/**/88px;
  height: /**/88px;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 24px;
  font-size: 10px;
}

#footer #copyright {
  border-top: 1px dotted #cccccc;
  padding-left: 90px;
  padding-top: 10px;
}

#clientlogo {
  float: right;
  margin-left: 20px;
  background-color: #ffffff;
}

h1 {
  margin-top: 0;
  font-size: 36px;
  color: #bbcc00;
  font-weight: lighter;
  border-bottom: 1px solid #003300;
}

h2 {
  font-size: large;
  font-weight: bold;
}

a {
  color: #007799;
}

.error {
  margin-bottom: 20px;
  border: 3px solid #ff0000;
  background-color: #ffffff;
}
.error .title {
  padding: 4px 10px;
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
}
.error .body {
  padding: 5px;
}
.error a {
  color: #000000;
  text-decoration: underline;
}

.message {
  margin-bottom: 20px;
  border: 3px solid #0099bb;
  background-color: #eeff55;
  padding: 5px;
  color: #000000;
  font-weight: bold;
}
.message a {
  text-decoration: underline;
}

#login .label {
  font-size: large;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
#login .input {
  font-size: large;
}
#login .info {
  font-size: small;
  font-style: italic;
}

#welcome {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
