html {
  height: 100%;
}

body {
  height: 100%;
  font-family: Bitstream, Verdana, Geneva, sans-serif;
  color: #666;
  background-color: #FFF;
  font-size: 13px;
  margin: 0px;
  text-align: left;
}

#nonFooter {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  min-height: 100%;
}

* html #nonFooter {
  height: 100%;
}

a {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
}

a:hover {
 color: #000;
}

#logo {
  padding-top: 0.175em;
  letter-spacing: -1px;
  font-size: 265%;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}

#content {
  padding-top: 1.25em;
  padding-bottom: 3em;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

#content p {
  margin-bottom: -0.3em;
  line-height: 1.5;
}

#content h3 {
  padding-top: 0.5em;
  margin-bottom: -0.5em;
}

#content a {
  color: #999;
}

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

#content ul li a {
  color: #999;
}

#content ul li a:hover {
  color: #000;
}

.float-right {
  float:right;
  clear:both;
  margin:5px;
  height: 20em;
}

table#menu {
  font-size: 140%;
  padding-bottom: 1.25em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 100%;
}

table#menu tr td {
  width: 25%;
  text-align: center;
}

table#menu tr td a {
  color: #666;
}

table#gallery {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 100%;
}

table#gallery tr {
  padding-bottom: 1em;
}

table#gallery tr td {
  width: 33%;
  height: 15em;
  text-align: center;
  margin-left: 0.1em;
  margin-right: 0.1em;
}

table#gallery tr td h3 {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-bottom: 1em;
}

#gallery-vert {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  left: 0px;
  width: 100%;
  height: 0px;
  overflow: visible;
  visibility: visible;
  display: block;
}

#content-cs {
  position: relative;
  width: 100%;
  visibility: visible;
}

#footer {
  font-size: 11px;
  text-align: center;
  position: relative;
  margin-top: -2.5em;
  width: 100%;
  height: 1em;
  visibility: visible;
  display: block
}

