.float_left { float: left; }
.float_right { float: right; }
img { border: none; }
a { text-decoration: none; }
a:link { color: #40747a; }
a:visited { color: #40747a; }
a:hover { color: #d58329; }
.bounding_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #4d2b12;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
}
.max_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.padded20 { padding: 20px; }
#wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  min-width: 1024px;
  min-height: 768px;
  height: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
#header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 964px;
  min-width: 964px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#navbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background: none;
  position: relative;
  top: 37px;
  left: 55px;
  font-size: 13pt;
}
#content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 964px;
  min-width: 964px;
  min-height: 768px;
  background: url('/gfx/reeds15.png') no-repeat right bottom #fff9e1;
  border: 12px solid #40747a;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size: 12pt;
}
#footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 964px;
  font-size: 7pt;
  color: #888888;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 15px;
}
#reeds {
  float: right;
  background: none;
  position: absolute;
}
.spacer { color: #d58329; }
#form_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  min-width: 460px;
  letter-spacing: 1px;
}
#contact {
  margin-left: auto;
  margin-right: auto;
  width: 420px;
  min-width: 420px;
}
#contact_confirmation, #contact_error { display: none; }
.form_line { height: 30px; }
.label {
  float: left;
  width: 120px;
  text-align: left;
}
.form {
  float: right;
  width: 300px;
  text-align: left;
}
input {
  border: 1px solid;
  width: 250px;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12pt;
}
textarea {
  border: 1px solid;
  width: 250px;
  margin-top: 1px;
  margin-bottom: 2px;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12pt;
}
.error {
  color: red;
  font-size: 8pt;
}
.table {
  width: 100%;
  display: table;
}
.table_row { display: table-row; }
div.table_row > div { display: table-cell; }

