/* 2/3 - 1/3 */
#content table.twoColumns {
  width:830px;
  height:100%;
}
#content table.twoColumns tr td.col1 {
  width:325px;
  padding:0 9px 0 0;
  border-right:solid #731212 1px;
}
#content table.twoColumns tr td.col2 {
  width:485px;
  padding:0 0 0 10px;
}

/* 1/3 - 2/3 */
#content table.twoColumns12 {
  width:830px;
  height:100%;
}
#content table.twoColumns12 tr td.col1 {
  width:485px;
  padding:0 9px 0 0;
  border-right:solid #731212 1px;
}
#content table.twoColumns12 tr td.col2 {
  width:325px;
  padding:0 0 0 10px;
}

input,textarea,select {
  border:solid #731212 1px;
}
.sendmailForm input.text,
.sendmailForm textarea {
  width:300px;
}
.sendmailForm input.zip {
  width:50px;
  margin-right:10px;
}
.sendmailForm input.city {
  width:240px;
}

.longdesc {
  background:#E5E4D3;
  padding:2px 5px;
  font-size:10px;
  color:#555;
  height:3em;
}

.article {
  margin:0 0 1em 0;
}
.article h2,
.article p {
  margin:0;
}

.pagenavig {
  font-family:arial,sans-serif;
  font-size:12px;
  text-transform:uppercase;
  font-weight:normal;
  color:#731212;
  text-align:right;
  clear:both;
}
.pagenavig .a1 {
  font-weight:bold;
  text-decoration:underline;
}
