* { margin: 0; padding: 0; }
html, body {
  width: 100%;
  height: 100%;
}
body {
  background: black url(images/bg.jpg) no-repeat top center;
  font-family: "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
  font-size: 12pt;
}
br {
  clear: both;
  line-height: 0;
}
.formfield {
  text-align: right;
  color: white;
}
#page {
  width: 950px;
  padding: 25px 0;
  margin: auto;
}
#header, #body, #nav {
  border: solid #a6af9a 1px;
  border-style: none solid;
}
#body {
  border-top-style: solid;
  border-top-width: 3px;
  background: #274103;
  padding: 5px 0;
}
#header {
  border-top-style: solid;
  background: black;
  height: 348px;
}
#footer {
  background: #2f4700;
  font-size: 9pt;
  color: white;
  text-align: center;
  padding: 10px 0 30px;
  font-weight: bold;
  border: solid #a6af9a 1px;
  border-top: solid black 3px;
}
a img { border: none; }
#header .logo, .thumbs {
  border-right: solid #a6af9a 1px;
}
#header .logoA, #header .thumbs, #header .img {
  height: 348px;
  float: left;
  position: relative;
  display: block;
}
#header .thumbs {
  width: 200px;
  border-right: solid #a6af9a 1px;
}
#header .thumbs img {
  display: block;
  cursor: pointer;
}
#nav {
  list-style-type: none;
  display: block;
  height: 110px;
  background: url(images/navbg.jpg) repeat-x top;
}
#nav li {
  float: left;
  position: relative;
  width: 136px;
  height: 30px;
  top: 10px;
}
#nav img { cursor: pointer; }
#nav .last {
  width: 132px;
}
#preload img { display: none; }
#body p {
  padding: 5px 0 5px 10px;
  color: white;
  text-align: justify;
}
#body h1 {
  color: #aadc69;
  font-size: 20pt;
  font-weight: bold;
  padding: 10px 0;
  border: solid #a6af9a 1px;
  border-style: none none solid;
  margin: 20px 0 10px 10px;
}
#content {
  position: relative;
  width: 544px;
  border-right: 4px dotted black;
  padding-right: 5px;

}
#sidebar {
  height: 348px;
  width: 350px;
  float: right;
  position: relative;
  right: 20px;
}
#signup {
  background: url(images/signup_form.jpg) repeat-x top;
  height: 280px;
  padding-left: 30px; 
  padding-top: 90px;
  position: relative;
}
#donate {
  background: url(images/donate.png) repeat-x top;
  height:309px;
  padding-left: 30px; 
  padding-top: 70px;
  position: relative;
}
a {
  color: #abed55;
}
a:hover {
  color: #d5ff9e;
}
#body ol {
  margin: 10px 0 10px 50px;
}
#body li {
  color: white;
  padding: 5px;
}
