body {
  padding: 0;
  margin: 0;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 12px;
}

hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid gray;
  margin: 0;
}

#main {
  background-color: white;
  display: block;
  border: 0;
  padding: 0;
  width: 100%;
}

#menu {
  padding: 0;
  list-style: none;
  height: 18px;
  width: 100%;
  background-color: rgb(60,102,140);
  margin: 2px 0;
}
#menu li {
  margin: 0;
  padding: 0;
  height: 18px;
  display: block;
  float: left;
  border-right: 2px solid white;
}
#menu a {
  height: 18px;
  padding: 0 12px;
  display: block;
  float: left;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#menu a:hover {
  background-color: #a86;
}
#menu a.active {
  background-color: rgb(216,145,31);
}

#header {
  display: block;
  width: 760px;
  height: 100px;
  background-image: url(header-bg.jpg);
  background-repeat: no-repeat;
}

#logo {
  float: right;
  border: 0;
}

#text {
  display: block;
  width: 760px;
  min-height: 380px;
  margin-top: 8px;
  color: gray;
}

#text a:link,
#text a:visited {
  color: rgb(60,102,140);
  text-decoration: underline;
}

#text a:hover {
  color: rgb(216,145,31);
  text-decoration: none;
}

#text #mypic {
  border: 1px solid #ccc;
}

#text #picframe {
  float: left;
  width: 380px;
  height: 380px;
  margin-left: 8px;
  text-align: center;
}

#text #zoom {
  float:left;
  width:32px;
}

#text #zoom a {
  display: block;
  background-color: rgb(60,102,140);
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 8px 4px 8px;
}

#text #zoom a:hover,
#text #zoom a:active {
  background-color: rgb(216,145,31);
}

#text #zoom img {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}

#text .pagenav .send {
  float: right;
  display: block;
}

#text .pagenav .send img {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}

#text .pagenav .send a {
  display: block;
  width: 14px;
  height:10px;
  background-color: rgb(60,102,140);
  padding: 0;
}

#text .pagenav .send a:hover {
  background-color: rgb(216,145,31);
}

#text .pagenav a {
  padding: 0 4px;
  text-decoration: none;
  color: rgb(60,102,140);
  font-weight: bold;
}

#text .pagenav a:hover {
  color: #a86;
}
#text .pagenav a.active {
  color: rgb(216,145,31);
}

#text .thumbs {
  margin-bottom: 10px;
}

#text .thumbs img {
  margin-top: 6px;
  margin-right: 6px;
  border: 1px solid #ccc;
}

#footer {
  padding: 2px 8px;
  font-size: 10px;
  clear: both;
  color: white;
  background-color: rgb(60,102,140);
  border-top: 8px solid white;
}

#footer a {
  text-decoration: none;
  color: white;
}
