body {
	background-color: #BDCBCC;
}


#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 {
  float: right;
  padding: 5px;
}

.left {
  float: left;
}

h2 {
  text-align:center;
  text-decoration:underline;
}
