* {
padding: 0;
margin: 0;
}
html, body {
  background: #fff;
}
body {
  margin: auto;
  font-family: trebuchet ms, sans-serif;
  font-size: 13px;
  color: #000;
}
a {
  text-decoration: none;
}
#header {
  clear: both;
  background: #555555;
  padding: 40px 20px 5px 20px;
  margin: 0 0 4px 0;
}
#header h1 {
  font-weight: bold;
  font-size: 32px;
}
#header a {
  color: #fff;
}
#header a:hover {
  border-bottom: 1px solid #fff;
}
#menu {
  background: #111111;
  clear: both;
  height: 100%;
  overflow: hidden;
  margin: 0 0 4px 0;
  padding: 0 0 0 6px;
}
#menu ul {
  list-style: none;
}
#menu li {
  float: left;
}
#menu a {
  display: block;
  line-height: 20px;
  padding: 0 8px;
  color: #fff;
  font-weight: bold;
}
#menu a:hover {
  background: #fff;
  color: #111111;
}
#container {
  clear: both;
  height: 100%;
  overflow: hidden;
  margin: 0 0 4px 0;
}
#centerwrapper{
  float: left;
  width: 100%;
}
#center {
  margin: 0 170px -20000px 200px;
  background: #fff;
  padding: 0 10px 20000px 10px;
}
#center h2 {
  font-size: 22px;
  color: #555533;
  line-height: 150%;
}
#center h3 {
  font-size: 18px;
  color: #000000;
}
#center p {
  margin: 0 0 8px 0;
  text-indent: 15px;
  text-align: justify;
}
#left {
  float: left;
  width: 200px;
  margin: 0 0 -20000px -100%;
  background: #555533;
  padding: 0 0 20020px 0;
}
#left dl {
  margin: 8px 8px 16px 8px;
  text-align: right;
}
#left dt {
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}

#left a {
  display: block;
  color: #fff;
  border-bottom: 1px dotted #fff;
  line-height: 150%;
}
#left a:hover {
  border-bottom: 1px solid #fff;
}
#right {
  float: left;
  width: 170px;
  margin: 0 0 -20000px -170px;
  background: #554466;
  padding: 0 0 20000px 0;
}
#right h3 {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin: 8px;
  text-align: center;
  line-height: 150%;
}
#right p {
  color: #aaaacc;
  font-size: 11px;
  margin: 0 8px 8px 8px;
  line-height: 120%;
  text-align: justify;
}
#right a {
  color: #000;
}
#right hr {
  width: 80%;
  color: #fff;
  height: 1px;
  padding: 0px;
  margin: 0px;
}
#footer {
  background: #000000;
  clear: both;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  height: 100%;
  overflow: hidden;
}
#footer a {
  color: #fff;
}






#bigfoto {
  text-align: center;
  width: auto;
  overflow: hidden;
}

#bigfoto img {
  padding: 10px;
  background: #fff;
  border: 1px solid #aaaaaa;
  margin: 10px;
}

#bigfoto p {
  text-align: center;
  text-indent: 0px;
}



#miniatury {
  text-align: center;
  width: auto;
  overflow: hidden;
}

#miniatury img {
  float: both;
  padding: 3px;
  background: #fff;
  border: 1px solid #cccccc;
  margin: 3px;
  vertical-align: middle;
  overflow: hidden;
}

#miniatury p {
  text-align: center;
  clear: both;
  text-indent: 0px;
}



#albumy {
  width: auto;
  overflow: hidden;
}
#albumy a {
  display: block;
  border-top: 1px solid #555533;
  padding-bottom: 10px;
}
#albumy a:hover {
  background: #555533;
}
#albumy h3 {
  float: left;
  width: 100px;
  margin-left: 10px;
  cursor: hand;
}
#albumy ul {
  list-style: none;
  margin-top: 10px;
  margin-left: 30px;
}

#albumy img {
  float: both;
  padding: 3px;
  background: #fff;
  border: 1px solid #555533;
  margin: 3px;
  vertical-align: middle;
  overflow: hidden;
}
