* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
  background: #fff;
}

#vcenter {
  width:1px;
  height: 50%;
  margin-bottom: -261px;
  float: left;
}

#page {
  clear: left;
  width: 890px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 8px;
  font-size: 70%;
  border: 1px solid #606;
}

#left,
#center,
#right {
  display: block;
  height: 100%;
  float: left;
}

#left {
  background: #eee;
  width: 365px;
  position: relative;
  overflow: hidden;
}

#center {
  background: #dad;
  width: 160px;
  position: relative;
}

#right {
  background: #eee;
  width: 365px;
}

#left img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#left #image2 {
  z-index: 2;
}

#center #title {
  width: 150px;
  height: 475px;
  padding-top: 25px;
  border-left: 5px solid #606;
  border-right: 5px solid #606;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

a img {
  border: 0 none;
}

#navi {
  width: 160px;
  z-index: 2;
  position: absolute;
  bottom: 40px;
}

#navi li {
  list-style-type: none;
}

#navi li.blankline {
  margin-top: 1.4em;
}

#navi li a,
#navi li strong {
  display: block;
  text-decoration: none;
  text-align: left;
  color: #606;
  padding: 1px 5px 1px 0;
  margin-top: 1px;
  border-left: 5px solid #606;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-indent: -9999em;
  height: 18px;
  overflow: hidden;
  /* line-height: 0; */
}

#navi li a:hover,
#navi li strong {
  background-color: #606;
  background-position: 0 -29px;
  color: #fff;
  border-left-color: #f06;
}

#navi li ul {
  margin-right: 5px;
}

#navi li ul li {
  margin-bottom: 0;
}

#navi li ul li a,
#navi li ul li strong {
  background: #eee;
  color: #606;
  text-align: right;
  height: auto;
  line-height: 130%;
  text-indent: 0;
  border-left: 5px solid #f06;
  padding-right: 15px;
  margin-top: 0;
  font-weight: normal;
}

#navi li ul li a:hover,
#navi li ul li strong {
  background: #ddd;
  color: #606;
}

h1 {
  height: 25px;
  background-color: #606;
  background-repeat: no-repeat;
  background-position: 15px 3px;
  display: block;
  margin: 25px 0 0 0;
  color: #fff;
  text-indent: -9999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

#content {
  overflow: auto;
  height: 435px;
  padding: 15px;
  padding-bottom: 0;
}

/* #content>*:last-child:after {
  height: 15px;
  content: " ";
  display: block;
} */

#content-padding-bottom {
  height: 14px;
}

#content h2,
#content p,
#content table {
  margin-bottom: 1em;
}

#content h2 {
  font-size: 120%;
}

#content a {
  color: #606;
}

#content a:hover {
  color: #f06;
}

#content a img {
  border: 0 none;
}

#content table td {
  border: 0;
  vertical-align: top;
}

#content ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}

#content ul.books,
#content .contactform ul {
  margin: 0;
}

.books li,
.contactform li {
  list-style-type: none;
  display: block;
  margin-bottom: 4px;
}

.books li a,
.contactform li {
  display: block;
  background: #dad;
  color: #606;
  text-decoration: none;
  padding: 2px 5px;
  font-size: 110%;
}

.contactform li {
  height: 18px;
  padding: 5px;
}

#content .books li a:hover,
#content .contactform li:hover,
#content .contactform li.focus {
  background: #606;
  color: #fff;
}

#content .contactform li.submit:hover,
#content .contactform li.submit.focus {
  background: #dad;
  color: #606;
}

.contactform li.error {
  background: #f66;
  color: #fff;
}

.contactform li.error:hover,
#content>.contactform li.error.focus {
  background: #f33;
}

.contactform li.text {
  height: 250px;
}

.contactform li.submit {
  margin-bottom: 0;
}

.contactform li label {
  display: block;
  float: left;
  width: 100px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  font-weight: bold;
}

.contactform li.text label {
  float: none;
  width: 300px;
}

.contactform li input,
.contactform li textarea {
  display: block;
  float: right;
  width: 200px;
  height: 14px;
  padding: 1px 2px;
  background: #fff;
  border: 1px solid #606;
}

.contactform li textarea {
  float: none;
  width: 319px;
  height: 226px;
  padding: 2px;
}

.contactform li.submit input {
  float: none;
  margin: 0 auto;
  height: 18px;
  background: #606;
  border-color: #fff !important;
  color: #fff;
  font-weight: bold;
}

.contactform li:hover input,
.contactform li.focus input,
.contactform li:hover textarea,
.contactform li.focus textarea {
  border-color: #dad;
}
