* {
  padding: 0px;
  margin: 0px;
  font-size: 100%;
}

body {
  background: #eee;
  font: 10pt/16pt Arial, sans-serif;
  color: #666;
}

#wrapper {
  width: 930px;
  min-height: 95%;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  padding: 0 15px 15px 15px;
  
  background: #fff;
}

#header {
  width: 930px;
  height: 200px;
  margin-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

#menu {
  width: 120px;
  float: left;
  margin-right: 15px;
}

#gallery #content {
  width: 795px;
  float: left;
  margin-right: 0px;
}

#content_wrapper {
  position: relative;
}

#content, #picture {
  width: 480px;
  float: left;
  margin-right: 15px;
}

#ajax_pictures {
  width: 400px;
  position: absolute;
  top: 0;
}

#pictures .picture, #ajax_pictures .picture {
  padding-right: 5px;
  padding-bottom: 5px;
  float: left;
}

#sidebar {
  width: 300px;
  float: left;
}

ul {
  list-style: none;
}

h1, h2, h3, h4 {
  color: #000;
  font-weight: normal;
}

h3 {
  font-weight: normal;
  margin-bottom: 16pt;
}

p {
  margin-bottom: 16pt;
}

.small {
  font-size: 8pt;
}

.right {
  float: right;
}

#menu a, #navigation a {
  color: #666;
  text-decoration: none;
}

#menu a:hover, #navigation a:hover {
  color: #000;
}

#menu .active {
  width: 100%;
  color: #000;
  background: url("../images/underline.gif") repeat-x 0 bottom;
}

#menu .active em {
  visibility: hidden;
}

#menu .active a {
  color: #000;
}

#news {
  color: #000;
}

#news a {
  text-decoration: underline;
}

#news a:hover {
  text-decoration: none;
}

#news h1, #news h2, #news h3, #news h4 {
  color: #666;
}



a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  border-width: 0px;
}

strong {
  color: #000;
  font-weight: normal;
}