body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 13px;
}
h1, h2 {
    padding: 0px;
    margin: 3px 0 8px 0;
}
h1 {
    font-size: 25px;
}
p {
    margin: 3px 0 10px 0;
    white-space: pre-line;
}
table {
    width: 100%;
    padding-bottom: 12px;
}
a {
    color: #009D00;
    outline: none;
}
a:hover {
    color: #00BE00;
}
#main {
    width: 630px;
    margin: 0 auto;
}
#header {
    font-weight: bold;
    text-align: center;
    color: #969696;
    font-size: 35px;
    margin-top: 5px;
    border-bottom: 1px #000000 solid;
}
#nav {
    font-size: 18px;
    text-align: center;
}
#nav + #body {
    border-top: 1px #000000 solid;
}
#nav ul {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
#nav li {
    display: inline;
    padding: 0 5px;
}
#nav a {
    display: inline-block;
    text-decoration: none;
    color: #969696;
    padding: 6px 10px;
}
#nav a:hover {
    color: #000000;
}
#copy {
    text-align: center;
    border-top: 1px #000000 solid;
    font-size: 12px;
    padding: 5px 0;
}
/* gallery style */
#gallery-list a {
    width: 33.33%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 5px 0;
}
#gallery-list a img {
    vertical-align: middle;
}
#gallery-list:after {
  content: "";
  display: table;
  clear: both;
}
#gallery-photo {
    display: none;
}
#gallery-photo > div {
    clear: both;
    padding: 5px 0;
}
#gallery-photo #photo-count, #gallery-photo #next-btn {
    float: right;
}
#gallery-photo #back-btn, #gallery-photo #pervious-btn {
    float: left;
}
