/* Content styles go here */

BODY {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  padding: 0px;
  background-color: #DCA145;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url("../backgrounds/contentBG.jpg");
}

BODY, TD {
  color: #440000;
}

IMG {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
}

IMG.footer {
  margin-left: 150px;
  margin-bottom: 2px;
  padding: 0px;
  border: 0px;
}

IMG.left {
  float: left;
  margin-right: 5px;
}

IMG.right {
  float: right;
  margin-left: 5px;
}

A, A:active {
  color: #440000;
  background: transparent;
  border: 0px;
}

A:hover {
  color: #ffff00;
  background: #223822;
}

SMALL {
  font-size: 7pt;
}

H1, H2, H3 {
  margin-bottom: 0px;
}

FORM.mailform {
  padding: 5px;
  border: 1px solid #003300;
  background: #ccffcc;
}

SELECT.mailform, INPUT.mailform, TEXTAREA.mailform {
  /* width: 300px; */
  background: #eeffee;
  border: 1px solid #003300;
}

TABLE.gallery {
  background: transarent;
  text-align: center;
  margin-bottom: 20px;
}

TD.gallery {
  background: #000000;
  border: 1px solid #ffffee;
  margin: 3px;
  paddng: 2px;
}

A.gallery {
  color: #ffffff;
  background: transparent;
  font-size: 10pt;
  font-weight: normal;
}

A.gallery:hover {
  color: #ffffff;
  background: transparent;
  font-size: 10pt;
  font-weight: normal;
}
