#text1 {
  height:335px;
  overflow:auto;
}
#text1Inner {
  padding:30px;
}

#content table.twoColumns {
  width:680px;
}
#content table.twoColumns tr td.col1 {
  width:220px;
  padding:0;
}
#content table.twoColumns tr td.col2 {
  width:460px;
  padding:0;
}
input,textarea {
  border:solid #ccc 1px;
  background:#eee;
}

.article {
  margin:1em 0;
}

.sendmailForm input.text {
  width:100%;
}
.sendmailForm textarea {
  width:100%;
  height:100px;
}
.sendmailForm input.button {
  border:solid #888 1px;
  background:#ccc;
}

.sendmail_emptyfield1 input,
.sendmail_emptyfield1 textarea {
  background:#d4b6a6;
  border:solid #bd9e8e 1px;
}


.galleryThumbs a img {
  border:solid #bd9e8e 1px;
}
.galleryThumbs a:hover img {
  border:solid #993300 1px;
}
.galleryLinks {
  float:right;
  width:20px;
  background:#930;
  height:335px;
  border-left:solid #ccc 1px;
}
.galleryLinks a {
  display:block;
  width:20px;
  height:20px;
  line-height:16px;
  text-align:center;
  border-bottom:solid #ccc 1px;
}
.galleryLinks a:hover {
  text-decoration:none;
  color:#fff;
  background:#6D2400;
}