* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
}

img {
  padding: 7px;
  border: 1px solid #cfbf5f;

}

#container {
  width: 740px;
  height: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: left;
  border: 1px solid #000
}

#header {
  height: 128px;
  background-color: #000;
  background-image: url(/themes/default/graphics/logo.jpg);
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

#header_menu {
  list-style: none;
  line-height: 20px;
  vertical-align: baseline;
  margin-left: 150px;
  position: absolute;
  top: 98px;
}

#header_menu li {
  display: inline;
  padding-left: 20px;
}

#header_menu .current {
  font-weight: bold;
}

#header_menu a {
  color: #fff;
  text-decoration: none;
}

#header_menu a:hover {
  text-decoration: underline;
}

#main {
  height: 369px;
}

#menu {
  width: 150px;
  height: 369px;
  float: left;
}

#menu ul {
  margin-top: 48px;
  list-style: none;
  width: 150px;
}

#menu li {
  margin-top: 3px;
  background-color: #000;
  height: 16px;
  line-height: 16px;
  padding-left: 18px;
  overflow: hidden;
}

#menu a {
  color: #cfbf5f;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

#menu a:hover {
  text-decoration: underline;
}

#content h1,h2,h3,h4,h5,h6 {
  color: #cfbf5f;
}

#content h5 {
  display: inline;
}

#content {
  width: 530px;
  height: 309px;
  float: left;
  padding: 30px;
  overflow: auto;
}

#image {
  padding-top: 70px;
}

#footer {
  height: 63px;
  background-color: #000;
  background-image: url(/themes/default/graphics/footer.jpg);
  background-repeat: no-repeat;
}

#senokian {
  text-align: right;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  font-size: 9px;
  color: #999;
}

#senokian a {
  text-decoration: none;
  font-weight: bold;
  color: #999
}

#photo_page_content {
  height: 369px;
  width: 590px;
  float: left;
  overflow: auto;
}

.photo_page_photo {
  margin: 5px;
  height: 100px;
  border: 1px solid #000;
}
