@charset "ISO-8859-1";


  /* standard tags */
  
  
  
p	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: 000;
}
  
  
a:link {
 text-decoration: none;
 /* color: #3399CC; */
 color:#666;
 }

a:visited {
text-decoration: none;
color:#666;
 }
 
a:hover {
 text-decoration: none;
 color:#999;
 }
 
a:active {
 text-decoration: none;
 color:#999;
 }
 
 
  /* image pages */
  
#container {
	position: absolute;
	background-color: #ccc;
	width: 100%;
	height: 100%;
	left: 48px;
	top: 133px;
	margin: 0 auto;
	padding: 0;/* border: 1px solid red; */
}

  
#image {
    float:left;	
    margin: 0px 0px 2em 0;
}


#image_info {
	float: left;
	font-size: 12px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: 000;
}

/*  .back_to_seascapes {
	  font-family: Verdana, Geneva, sans-serif;	
	  font-size: 12px;
	  font-style: normal;
}
*/
