body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html, body, fieldset, img {
  border: 0; }

table {
  border-collapse: separate;
  border-spacing: 0; }

li, dd, blockquote {
  margin-left: 1em; }

input, select, textarea {
  font-size: 100%;
  font-family: inherit; }

html, body, td, input, textarea {
  font-family: arial,helvetica,sans-serif;
  font-size: 10pt; }

a {
  text-decoration: none;
  color: #0051AD; }
  a:hover {
    text-decoration: underline;
    color: red; }

#main-panel {
  padding: 0 5px;
  width: 420px; }

#logo {
  height: 95px;
  background-image: url('/images/top-lv.jpg');
  background-repeat: no-repeat;
  width: 780px; }

#bottom-panel {
  border-top: 1px solid red;
  margin-top: 20px;
  padding-top: 5px;
  text-align: center;
  font-size: 8pt; }

#lang-sel {
  font-weight: bold;
  font-size: 7pt;
  margin-left: 50px;
  padding-bottom: 15px; }

#page-title {
  font-size: 12pt;
  font-weight: bold;
  color: #0C4282;
  margin-bottom: 20px;
  padding: 5px 0 0 10px;
  background-image: url('/images/hline.gif');
  background-repeat: no-repeat; }

.h100 {
  height: 100%; }

ul.album {
  list-style: none; }
  ul.album li {
    margin-bottom: 10px; }
  ul.album img {
    vertical-align: middle; }
  ul.album .title {
    padding-left: 10px; }

.photo h3.title {
  width: 500px;
  padding: 10px 0;
  color: #333;
  font-size: 110%; }
.photo .description {
  width: 500px;
  margin-bottom: 20px; }

.navigation {
  margin-bottom: 5px; }
  .navigation .num {
    font-size: 120%; }

.comments {
  padding: 5px;
  margin: 10px 0; }
  .comments h4 {
    background: #eee; }
  .comments .comment {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0; }
    .comments .comment .header {
      font-size: 80%; }
    .comments .comment .time {
      color: #999; }

.add-comment {
  background: #eee;
  padding: 10px; }
  .add-comment p {
    margin: 5px 0; }
  .add-comment textarea {
    width: 400px; }
