/* basic elements */
html {
	margin: 0px;
	padding: 0px;
}

body { 
	font: 9pt/17pt sans-serif; 
	color: #555753; 
	background: #ffffff;
	background: url(../images/bignautilus.jpg) no-repeat bottom center; 
  background-attachment: fixed; 
	margin: 0px; 
	padding: 0px;
	min-height: 100%;
}

img {
  align: left;
  border-style:none;
}

a {
  text-decoration: none;
  font-family: times, 'times new roman', serif;
  font-size: 20px;
  color: #9a9a9a;

}

a:hover p{
  display:inline-table; 
}
a p{ 
 display:none;
}

h2{
  font-size:15px;
}
  
/* main title */  
/* gets replaced with an image */
  
#maintitle h1 { 
	background: url(../images/titles.jpg) no-repeat top left; 
	margin-top: 0px; 
	width: 565px; 
	height: 179px; 
	float: left;

}
#maintitle h1 span {
  top:10px;
  display:none;
}

/* subtitle */
/* placed across the main title */

#subtitle{
  position:relative;
  top:-90px;
  
}
#subtitle p{
  font-family: times, 'times new roman', serif;
  font-size: 20px;
  color: #9a9a9a;
  text-align:center;
}




/* site menu */



#menu{
  background: url(../images/lozengelong.gif) top center  ;
  height:20px;
  padding-top:0px;
	margin-top:0px;
  position:relative;
  top:-50px;
  
}
#menu a{ 	
  top:0px;
  padding-right: 10px;
	padding-left: 10px;
	padding-top:0px;
	margin-top:0px;
	text-decoration:bold;
  color:#ffffff;
	padding-top:0px;
	margin-top:0px;
}
#menu a:hover{
  top:0px;
  padding-right: 10px;
	padding-left: 10px;
	padding-top:0px;
	margin-top:0px;
	
	color:#0264bf;
	padding-top:0px;
	margin-top:0px;
	background-color:#ffffff;
	/*background: url(../images/lozenge2.gif) top center no-repeat;   */

}

#menu ul{
  margin-right: 20px;  
  text-align:center;
}
#menu li{
  display:inline;

}

/* page summary */
/* the header introducing a page */

#pagesummary{
  position:relative;
  top:-50px;
  width:512;
  background-color: #d8e7e9;
	background: url(../images/lightbluefade.jpg) top center; 
	background-repeat: repeat-y;
}
#pagesummary h2{
  padding: 0px 100px 0px 100px;
  color:white;
  background: url(../images/darkbluefade1.jpg) top center;   
  background-color:d8e7e9;
  background-repeat: repeat-y;
  font-size: 20px;
}

#pagesummary p {
  font-family: times, 'times new roman', serif;
  font-size:15px;
  padding: 0px 150px 20px 100px;  
  color: #0264bf;
  /*color:#6c96b9;*/
}

/*

 this is the div containing everything 
 which lets me center everything automatically 

*/

#everything{
	width: 565px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* gallery*/
/* individual scrolling blocks of gallery text*/
#gallery {
  position: relative;
	top: 0px;
	left: 0%;
	width: 100%;
	/*height: 60px;*/
  text-align:center;	
  overflow: auto;
	padding-top:10px;
	padding-bottom:0px;
	margin-right:30px;
	background: url(../images/lightbluefade.jpg) top center; 
	background-repeat: repeat-y;
}


#gallery img{
  width:50px;
  height:50px;

  padding-left:5px;
  padding-right:5px
}

/* content */

#content {
  position:relative;
	top: -50px;
	left: 5%;
	width: 90%
	height:50px;
	overflow:auto;
}

#content ul{
  margin-right: 20px;  
  text-align:center;
}
#content li{
  display:inline;
  padding-right: 10px;
	padding-left: 10px;
}


/* bottom bar */
/* with copyright etc */

#bottombar{
  position:relative;
  top:-50px;
  background: url(../images/darkbluefade1.jpg) top center;   
  background-repeat: repeat-y;
}

#bottombar p{
  font-family: times, 'times new roman', serif;
  padding: 0px 150px 0px 100px;  

  color:white;
  text-align:center;
  margin-bottom: 25px;
}



