html {
  background: #91C7FF;
  font-family: Helvetica;
}

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

a:hover {
  color: #FFA500;
}

img {
  border: none;
}

.selected {
 color: #FFA500;
}

#container {
  position: relative;
  top: 50px;
  width: 1000px;
  margin: auto;
}

#left {
  float: left;
  width: 420px;
}

#left img {
  border-right: 2px solid #AAA;
  border-bottom: 2px solid #AAA;
}

#right {
  float: left;
  margin-left: 20px;
  width: 540px;
}

#nav p {
  display: inline;
  text-align: justify;
  font-size: 35px;
  margin: 0;
}

#content-show {
  text-align: justify;
  width: 550px;
}

#content-show a {
  display: inline;
}

#content-show div {
  min-height: 110px;
  margin-bottom: 15px;
}

#content-show img {
  float: left;
  border: 1px solid #111;
  margin: 5px;
}

#content-hide {
  display: none;
}

#colophon {
  color:#1B6A8B;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	width:auto;
	height:auto;
	padding-top: 15px;
}
