body{
	background-color:#DFE4EE;
	background-image:url(../images/images/header_bg.jpg);
	background-repeat:repeat-x;	
	min-width:795px;
}
#header{
	position:relative;
	width:100%;
	min-width:775px;
	height:150px;
}
#header .form_elements{
	background-color:#BEDAF0;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	border-color:#24517D;
	padding:1px;
	vertical-align:middle;
}
.spacer {
  clear: both;
}
#bar{
	background-image:url(../images/bg.gif);
	height:15px;
}
#logo{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#new_adventures{
	position:absolute;
	top:0;
	right:0;
}
#content{
	width:100%; 
	min-width:775px;
	margin:auto;
}
#footer{
	text-align:right;
	font-size:10px;
	padding-right:20px;
	background-color:#DCE2ED;
}
#photo_panel{
	padding:0 10px;
	position:relative;
	top:-10px;
}
#photo_panel div.thumbnail {
  position:relative;
  float:left;
  padding:0;
  margin:1px 2px 1px 0;
  text-align: center;
  background-color:#DDD;
  border:1px solid #000; 
  width:150px;
  overflow:hidden;
  height:100px;
}
#photo_panel div.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	overflow:visible;
}
#photo_panel div.thumbnail p {
   text-align: center;
}
#photo_panel .thumbnail a img {
	border:0 none black;
}
#photo_panel div.thumbnail img{
   text-align: center;
}
#photo_panel div.thumbnail span{
	position: absolute;
	background-color: #FFF;
	padding: 2px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	min-width:190px;
}
#photo_panel div.thumbnail span img{ /*CSS for enlarged image*/
	border:1px solid #CCC;
	margin:2px;
}

#photo_panel div.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	bottom: 20px;
	right: 20px; /*position where enlarged image should offset horizontally */
}