body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #9f9f9f;
  font-size: 100%;
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
}

#shutdown {
  width: 500px;
  margin: 10px auto 10px auto;
  padding: 10px;
  border: 3px solid #b60000;
  color: #b60000;
  font-weight: bold;
  text-align: center;
}

p.error {
  color: #b60000;
  font-weight: bold;
}

img, ul {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

a {
  color: #d26216;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#form label {
  color: #50514d;
  font-weight: bold;
}

#form input.text {
  background: #ffffff !important;
  border: 2px solid #d26216;
  font-size: 100%;
  height: 25px;
}

h1 {
  color: #50514d;
  font-size: 150%;
}

h1 span {
  color: #d26216;
}

p b {
  color: #d26216;
}

#header {
  width: 780px;
  margin: 0px auto 0px auto;
  color: #ffffff;
}

#body {
  width: 780px;
  margin: 0px auto 0px auto;
  padding-top: 20px;
}

#menu ul {
  list-style: none;
}

#menu a {
  width: 168px;
  height: 27px;
  margin-bottom: 1px;
  padding-left: 17px;
  padding-top: 11px;
  text-decoration: none;
  background: url("images/menu.png") 0px 0px repeat-x #ffffff;
  color: #d26216;
  display: block;
}

#menu a:hover {
  color: #636363;
  text-decoration: none;
}

#menufooter {
  width: 185px;
  height: 27px;
  background: url("images/border.png") 0px 0px repeat-x #ffffff;
}

#leftcontainer {
  float: left;
  width: 180px;
}

#left {
  padding: 10px;
}

#rightcontainer {
  width: 580px;
  margin-left: 200px;
  background: url("images/border.png") 0px 0px repeat-x #ffffff;
}

#right {
  padding: 20px;
}

#footer {
  width: 780px;
  margin: 0px auto 0px auto;
  padding-bottom: 500px;
  background: url("images/border.png") 0px 0px repeat-x #ffffff;
  text-align: center;
  clear: both;
}

#copyright {
  padding-top: 20px;
}

#badges {
  padding-top: 20px;
}