html, body {
  margin: 0;
  padding: 0;
}

div.clear {
  clear: both;
  line-height: 0;
}

/***************************************/

body, td, p {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

body {
  background: url('../images/background.jpg') repeat-x;
}

div#contain {
  width: 1024px;
  margin: 0 auto;
}

div#nav {
  height: 233px;
  background: url('../images/header.jpg') no-repeat;
}

div#nav ul {
  margin: 0;
  padding: 198px 0 0 321px;
  list-style-type: none;
}

div#nav ul li {
  float: left;
  color: #FFF;
}

div#nav a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 15px 5px 21px;
}

div#header {
  height: 334px;
  background: url('../images/wwalk_02.jpg') no-repeat;
  margin-bottom: 10px;
}

img#donationLink {
  height: 65px;
  width: 292px;
  margin-top: 220px;
  margin-left: 59px;
  border: 0px;
}

div#columnA, div#columnB, div#columnC {
  float: left;
  width: 295px;
  padding: 0 5px 0 40px;
}

div#footer {
  text-align: center;
  border-top: 1px solid #828284;
  margin-top: 10px;
  padding-top: 10px;
}

table.team {
  float: left;
  margin: 5px;
}

table.team a {
  color: #E51934;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

table.team a:hover {
  color: #828284;
}

div#rebelFooter {
  margin: 15px 0;
  text-align: center;
  color: #999;
}

div#rebelFooter a {
  color: #999;
  text-decoration: none;
}

div#rebelFooter a:hover {
  color: #C33;
}

div.error, div.warning, div.message {
  padding: 3px;
  margin-bottom: 2px;
}

div.error {
  border: 1px solid #640002;
  background-color: #FFBBBD;
}

div.warning {
  border: 1px solid #645C00;
  background-color: #F7FFB7;
}

div.message {
  border: 1px solid #006405;
  background-color: #C0FFB7;
}

/*//////////////////////////////////*/

.NoSpace {
  margin: 0;
  padding: 0;
}

.Red {
  color: #E51934;
}

.BlackHover:hover {
  color: #000;
}

.NoLine {
  text-decoration: none;
}