body {
	background: #000000;
	color: #bebebe;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

img {
	border: none;
}

#logo {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#history {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px 20px;
	background: #171717;
	border: #2c2c2c solid 1px;
  width: 700px;
}

#history h1 {
  font-size: 110%;
  margin-top: 20px;
}

#history p {
  text-indent: 30px;
}

#history #gallery {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  height: 680px;
}

#history #gallery .photoHolder {
  float: left;
  padding: 10px;
}

#history #gallery .photoHolder .photoTitle {
  font-size: 8pt;
}

#copy {
  font-size: 7pt;
  text-align: center;
  color: #444444;
  padding: 20px;
}