body {
  margin: 0; padding: 0;
  font-family: sans-serif;
  font-size: small;
  line-height: 150%;
  overflow: hidden;
}

#top {
  background: url(images/vbar.gif) repeat-y;
  height: 30px;
  width: 180px;
}

#header {
  background: url(images/hbar.gif) repeat-x;
  height: 120px;
  padding-left: 30px;
}

#corner {
  background: url(images/hbar2.gif) repeat-x;
  float: left;
  height: 120px;
  width: 150px;
}

#left {
  position: absolute;
  left: 0; top: 150px;
  bottom: 0;
  background: url(images/vbar.gif) repeat-y;
  padding: 99px 0 0 30px;
  vertical-align: middle;
}

#right {
  float: right;
  background: url(images/back2.gif) repeat-y;
  border: 1px solid #e4acac;
  margin: 10px;
  padding: 100px 10px;
  width: 120px;
}

#content, #contentlogo {
  color: gray;
  padding: 20px;
  margin-left: 180px;
}

#contentlogo {
  margin-right: 150px;
}

h1, h2 {
  font-size: medium;
  margin-top: 0;
}

ul {
  line-height: 150%;
  background-color: #f8f8f8;
  padding: 20px; margin: 0;
}

a {
  color: gray;
  font-weight: bold;
  padding: 1px;
  text-transform: lowercase;
}

a:hover {
}

/** images **/

img {
  border: none;
}

p.imgleft img {
  margin: 0 15px 15px 0;
  border: 3px solid #eee;
} 

p.imgcenter {
  text-align: center;
}

p.imgcenter img {
}

/** image links **/

div.imagelinks {
/*  background-color: #f8f8f8;*/
  color: gray;
  margin: 15px 0;
  padding: 3px;
  width: 99%;
}

div.imagelinks div {
  float: left;
  width: 33%;
  vertical-align: bottom;
}

div.imagelinks img {
  vertical-align: bottom;
}

div.linkprev {
  text-align: left;
}

div.linkhome {
  text-align: center;
}

div.linknext {
  text-align: right;
}

/** menu **/
#menu {
  text-align: right;
}

#menu a {
  margin-right: 20px;
}

/** contact **/

#address {
  background-color: #f8f8f8;
  padding: 20px;
}

#address address {
  padding: 0.2em;
  font-style: normal;
  white-space: nowrap;
}

#address address label {
  width: 6em;
  float: left;
  font-weight: bold;
}

#teaser {
  color: white;
  font-size: 1px;
  margin-top: 100em;
}