@CHARSET "UTF-8";
body {
  font-family: Helvetica, sans-serif;
  background-color: rgb(200, 200, 200);
}
dt {
  font-weight: bold;
}
#all {
	position: absolute;
	left: 50%;
	margin-left: -335px;
  width: 770px;
  background-color: white;
  border: 1px solid rgb(150, 150, 150);
}
#all h1 {
  margin-left: 20px;
}
#all #navigation {
	background-color: rgb(220, 215, 250);
	padding: 3px 20px;
	text-align: right;
}
#mc {
	padding: 20px;
}
address {
  margin: 10px;
  font-style: normal;
}
#mc #photo-navigator {
	float: left;
	width: 180px;
	text-align: center;
}
#mc #photo-navigator img {
  margin: 10px 0px;
}
#mc #photo {
  float: left;
  margin-left: 20px;
  text-align: center;
}