@import url( jquery.lightbox-0.5.css );

* {
	padding: 		0;
	margin: 		0;
  }

body { 
	font: 			11px/1.3em Helvetica,Arial,Veranda; 
	text-align: 	center;
	background: 	#ADA48E;
	}

p { 
	text-align: 	justify;
	padding: 		5px 30px 5px 30px;
	color: 			#786A47;
	line-height: 	1.5em;
	}

a:link ,a:visited {
	color: 			#5785A4;
  }

a:hover {
	color: 			#1D8FDB;
  }

img {
  border: none;
  }

h3 {
	font: 			normal 10px/12px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	margin: 		20px 0 0 30px;
	color: 			#574D33;
  }

ul {
	list-style: 	none; 
	margin: 		10px 20px 30px 10px;
  }

li {
	padding-left: 	1px;
	margin: 		10px 0 0 8px;
	display: 		block;
	list-style: 	none;
  }

/* grid */
#container { 
	margin: 		0 auto;
	text-align: 	left;
	width: 			580px;
	background: 	url(../img/container.gif) repeat-y center top;
	position: 		relative;
	}

#photos {
  padding-bottom: 20px;
  }
  
#preamble,#supportingText {
	padding-right:  200px;
  }
  
#lresources {
	padding-bottom: 220px;
  }
  
#linkList {
	position: 		absolute;
	top: 			207px;
	right: 			0;
	width: 			182px;
	height: 200px;
	left: 380px;
  }

/* headers */
#pageHeader h1 { 
	background: 	transparent url(../img/mariner.jpg) no-repeat top left;
	width: 			580px;
	height: 		40px;
  }

#pageHeader h1 span {
	display:		none
  }

#pageHeader h2 {
	background: 	transparent url(../img/beach.jpg) no-repeat top left;
	width: 			580px;
	height: 		169px;
  }

#photos .p1 {
	display:		none;
  }

#photos .p2 {
	margin-right: 200px;
	color: #382A07;
	text-align: center;
	padding-top: 20px;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
  }

#preamble p, #supportingText p{
	margin: 		0 10px;
  } 

/*  links */
#linkList li a {
	display: 		block;
	font-weight: 	bold;
	color: 			#E5D9BC;
	text-decoration:none;
	margin-left: 	-5px;
	padding-left: 	19px;
	padding-bottom: 4px;
  }

#linkList li a:hover {
	color: 			#7ECDFF;
  }

.zoomIcon {
  position: absolute;
  right: 35px;
  bottom: 15px;
  }

.permission {
  font-size: 80%;
  margin-top: 0;
  padding-top: 0;
  }
