body {
	color:#FFF;
	background-color:#000;
	text-align:center;
	font-size: 12px;
	text-align:left;
	font-family: Georgia, Georgia, serif;}
#container {
 position: absolute;
      left: 50%;
      top: 50%;
      width: 800px;
      height: 624px;
      margin-left: -400px; /* half of width */
      margin-top: -312px;  /* half of height */
      background-color: #000;
	  overflow: hidden
	  background-image:url('jh-back.gif');
}
#header {
 position: absolute;
      left:50%;
      top:3%;
      width: 790px;
      height: 24px;
      margin-left: -395px; /* half of width */
      margin-top: -12px;  /* half of height */
	  font-size: 18px;
	  font-weight: bold;
	  color: #006699;
	 
}
#menu {
 position: absolute;
      left:85%;
      top:43%;
      width: 200px;
      height: 426px;
      margin-left: -100px; /* half of width */
      margin-top: -213px;  /* half of height */
	  
}
#photo {
 position: absolute;
      left:35%;
      top:46%;
      width: 520px;
      height: 464px;
      margin-left: -260px; /* half of width */
      margin-top: -232px;  /* half of height */
	  overflow: auto;
	  scrollbar-base-color: #000000;
scrollbar-arrow-color: #006699;
scrollbar-3dlight-color: #006699;
scrollbar-darkshadow-color: #006699;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #333333;
scrollbar-track-color: #000000;

	  
}
#footer {
 position: absolute;
      left:50%;
      top:94%;
      width: 790px;
      height: 24px;
      margin-left: -395px; /* half of width */
      margin-top: -12px;  /* half of height */
	  font-size: 14px;
	  font-weight: bold;
	  color: #006699;
}

a {color: #006699; text-decoration:none;}
a:hover {color: #FFF; text-decoration: none;}

.menuheader {color:#FFF;
	background-color:#000;
	text-align:center;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	font-family: Georgia, Georgia, serif;}

.picture-right {
float: right; margin: 0px 10px 10px 10px; display: inline; width:250px; border: 3px solid #FFF; background-color:#FFF; color: #000; font-weight:bold;}
.picture-left {
float: left; margin: 0px 10px 10px 0px; display: inline; width:250px; border: 3px solid #FFF; background-color:#FFF; color: #000;font-weight:bold;}
