body {
  font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #2D2E2F;
  background: #FFFFFF;
  padding: 0px;
  margin: 0px;
}
#header {
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 676px;
  height: 130px;
}
#banner {
  position: absolute;
  left: 180px;
  top: 35px;
  width: 468px;
  height: 60px;
  border-width: 1px;
  border-color: #D9DCC8;
  border-style: solid;
}
#headerclose {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 130px;
  text-align: right;
}
#content {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  width: 670px;
  background: #D9DCC8;
  padding: 10px;
  height: 512px;
}
#title {
  position: relative;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  width: 680px;
  background: #b4ba92;
  height: 30px;
  color: #003300;
}
#tit {
  position: absolute;
  left: 0px;
  top: 7px;
  padding: 0px;
  width: 530px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#image {
  position:absolute;
  left: 10px;
  top: 10px;
  width: 512px;
  height: 512px;
/*  background: #FFFFFF; */
}
#thumbs {
  position: absolute;
  left: 532px;
  top: 1px;
  height: 530px;
  width: 148px;
  background: #FFFFFF; 
  overflow: auto;
  overflow-x: none;
  overflow-y: scroll;
  text-align: center;
}
#lnavi {
  position: absolute;
  left: 537px;
  top: 10px;
  height: 20px;
  width: 30px;
}
#rnavi {
  position: absolute;
  left: 628px;
  top: 10px;
  height: 20px;
  width: 30px;
  text-align: right;
}
#curr {
  position: absolute;
  left: 562px;
  top: 10px;
  height: 20px;
  width: 68px;
  text-align: center;
  color: #003300;
}

.thumb {
  margin: 1px;
  border: 0px;
}
a, a:visited, a:link {
  text-decoration: none;
  color: #669900;
}
a:hover {
  text-decoration: underline;
}

