body {
  position: relative;
  margin: 0;
  padding: 0;
}

div#page {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  color: #000;
  font: 12px Verdana, sans-serif;
  padding: 10px;
  border: solid #C0C0C0;
}

div#content a:link {
  color: #00e;
  background: #fff;
}

div#content a:visited {
  color: #3333CC;
  background: #fff;
}

div#content a:link:hover {
  background: #000;
  color: #fff;
}

div#content a:visited:hover {
  background: #000;
  color: #fff;
}

div#content h3 {
  margin-bottom: 0.25em;
}

div#content p {
  margin: 0 1em 1em;
}

#nav {
	width: 606px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: url(http://henryfranklin.com/images/lightbox-blank.gif) no-repeat;
	list-style: none;
	overflow: hidden;
}

div#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

div#nav li {
	float:left;
	width:120px;
	margin:0;
	padding:0;
	text-align:center;
}

div#nav li a {
	display:block;
	padding:8px 5px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #FFF;
}

div#nav li a:link, li a:visited {
	background:url(http://henryfranklin.com/images/bgnav.jpg) repeat 0 0;
}

div#nav li a:hover, li a:focus, li a:active {
	background-position:-150px 0;
}

#c a {
	background:url(http://henryfranklin.com/images/bgnav.jpg) repeat 0 0;
}


h1 {
  margin: -9px -9px 0.5em;
  padding: 15px 0 5px;
  text-align: center;
  background: #606060;
  color: #fff;
  text-transform: lowercase;
  font: bold 25px sans-serif;
  height: 28px;
  vertical-align: middle;
  white-space: nowrap;
}

.more {
  display: none;
  border-top: 0px solid #666;
  border-bottom: 1px solid #666;
}

a.showLink, a.hideLink {
  text-decoration: none;
  color: #36f;
  padding-left: 8px;
  background: transparent url('down.gif') no-repeat left;
}

a.hideLink {
  background: transparent url('up.gif') no-repeat left;
}

a.showLink:hover, a.hideLink:hover {
  border-bottom: 1px dotted #36f;
}
