html {
  margin: 0px;
  padding: 0px;
}

body {
  font: 9pt/17pt georgia;
  color: #555753;
  background: #fff url('images/zen-bg.jpg') no-repeat top left;
  margin: 0px;
  padding: 0px;
  min-height: 100%;
}
p {
  font: 9pt/17pt georgia;
  margin-top: 0px;
  text-align: justify;
}
h3 {
  font: italic normal 12pt georgia;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #7d775c;
}
a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #d4cddc;
}
a:hover, a:active {
  text-decoration: underline;
  color: #9685ba;
}
acronym {
  border-bottom: none;
}

td.news{
  font: 10pt georgia; 
  text-align: left;
  padding-left: 40px;
}
td.newstitle{
  font: 18pt georgia; 
  text-align: left;
  width: 500px;
}

.less {
  float: right;
}

.menu {
  padding-top: 30px;
  font-weight: bold;
  width: 100%;
}

.menu ul{
  padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
  margin: 0;
  text-align: right; /* set value to "left", "center", or "right" */
}

.menu ul li{
  display: inline;
}

.menu ul li a{
  color: #494949;
  padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
  margin-right: 20px; /*spacing between each menu link*/
  text-decoration: none;
  border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.menu ul li a:hover, .underlinemenu ul li a.selected{
  border-bottom-color: black;
}

.menu ul.submenu {
  list-style:none;
  display: none;
  position: absolute;
  left: 0px;
  top: 135px;
  margin: 0;
  padding: 0;
  float: left;
}

.more {
  float: left;
}

.subgallery-menu {
  font-weight: bold;
  width: 100%;
}

.subgallery-menu ul {
  padding: 6px 0 7px 0;
  margin: 0px;
  text-align: left;
}

.subgallery-menu ul li {
  display: inline;
}

.subgallery-menu ul li a {
  color: #494949;
  padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
  margin-right: 20px; /*spacing between each menu link*/
  text-decoration: none;
  border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.subgallery-menu ul li a:hover, .underlinemenu ul li a.selected{
  border-bottom-color: black;
}

#container {
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  height: auto;
}

#content {
  position: relative;
  top: 120px;
  left: 120px;
  width: 700px;
  float: left;
  padding-bottom: 200px;
  padding-right: 100px;
}

#external {
  font: 10px verdana, sans-serif;
  background: transparent url('images/paper-bg.jpg') top left repeat-y;
  padding: 10px;
  margin-top: 100px;
  width: 130px;
}

#gallery-content {
  text-align: center;
  vertical-align: middle;
  width: 700px;
}

#header {
  background: transparent url('images/wadosymbol.gif') no-repeat top left;
  position: relative;
  left: 110px;
  margin-top: 20px;
  width: 700px;
  height: 100px;
}

#header h1 {
 padding-left: 130px;
 padding-top: 30px;
}

#links {
  left: 900px;
  position: absolute;
  top: 200px;
  right: 0px;
  z-index: 1;
  width: 200px
}

#links li a:link {
  color: #988f5e;
}

#links li a:visited {
  color: #988f5e
}

#links p {
  line-height: 2.5px;
  font: 8pt georgia;
  background: transparent url('images/cr1.gif') no-repeat top center;
  display: block;
  padding-top: 5px;
  margin-bottom: 5px;
}

#sections {
  font: 10px verdana, sans-serif;
  background: transparent url('images/paper-bg.jpg') top left repeat-y;
  padding: 10px;
  margin-top: 100px;
  width: 130px;
}

