body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #BDCBCC;
}
h1, h2, h3 {
	font-family: "Monotype Corsiva";
}
h1 {
	font-size: 300%;
}
h2, h3 {
	font-size: x-large;
}
#head {
  font-style: italic;
  border: 3px double black;
  text-align: center;
  background-color: #CCCC99;
}

#menu li{
  list-style-type: none;
  width: 6em;
  text-align: center;
 margin-left: -2.5em;
}

#menu a {
  text-decoration: none;
  color: black;
  display: block;
  border: 1px #000000 solid;
  background-color:#CCCC99;
}



#menu {
  
  float: left;
  width: 20%;
  min-height: 30em;
  padding-top: 5em;
  }
 



#right {
  float: left;
  width: 75%;
  min-height: 30em;
  padding-left: 1%;
  
}

#link {
  border: 3px double gray;
  clear: both;
  text-align: center;
  width: 100%;
  background-color: #EEEEEE;
}

#footer {
  border: 3px double gray;
  clear: both;
  text-align:center;
  width: 100%;
  background-color: #CCCC99;
}


img {
 
  padding: 5px;
}

.left {
  float: left;
}

h2 {
  text-align:center;
  text-decoration:underline;
}

.galleryphoto {
	padding-bottom: 20px;
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
}
.galleryphoto p{
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: 1.4em;
}

