body {
  background-color: rgb(50,50,50);/*rgb(255, 204, 153);*/
  font-family: Veranda, Geneva, Arial, sans-serif;
  font-size: small;
  line-height: 1.6em;
}

#allcontent {
  width: 800px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  border: solid;
  border-width: 1px;
  background-color: rgb(255,180,135);
}

#keywords h1 {
  font-size: 1px;
  line-height: .1;
  padding: 0px;
  margin: 0px;
  color: rgb(50,50,50);
}

#header {
  height: 160px;
  color: rgb(30, 60, 60);
  background-color: rgb(255, 160, 120);
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  border-style: solid;
  border-color: black;
  border-width: 3px;
  background-image: url(images/SeaGrass02.jpg);
  background-position: center center;
}


#header h1 {
  font-size: 200%;
  padding-top: 15px;
  margin-top: 20px;
  padding-bottom: 0px;
}



#header h2 {
  font-size: 150%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}



#header h3 {
  font-size: 70%;
  margin-top: 5px;
  color: rgb(40, 80, 80);
  padding-bottom: 0px;
  margin-bottom: 0px;

}

#logo {
  float: right;
  font-size: 0px;
}

#body{
  border-style: solid;
  border-color: rgb(50,50,50);
  border-width: 1px;
}

#navigationbar {
  background-color: rgb(255, 230, 185);
  width: 798px;
  margin-bottom: 5px;
  border-bottom: solid;
  border-color: rgb(50,50,50);
  border-width: 1px;
}

#sayings {
  text-align: center;
  font-style: italic;
  font-size: 80%;
  color: olive;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 3px;
}

.sayingsitem {
  padding-left: 25px;
  padding-right: 25px;
}
  

#navigationbar ul{
  list-style-type: none;
}

#navigationbar a:link {
  color: brown;
}

#navigationbar a:visited {
  color: rgb(150,150,150);
}

#menu {
  text-align: center;
}

.menuitem {
  margin-right: 5px;
  margin-left: 5px;
}
  

#content {
  width: 758px;
  border-color: black;
  border-top: solid;
  border-color: rgb(50,50,50);
  border-width: 1px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: rgb(255,230,185); /*rgb(255, 220, 165);*/
}

#content h2 {
  color: rgb(255,120,90);
}


#woman {
  margin: 10px;
  float: right;
}

#footer {
  border-style: solid;
  border-color: rbg(50,50,50);
  border-width: 1px;
  margin-top: 25px;
  padding-top: 10px;
  width: 800px;
  background-color: rgb(255, 160, 120);
  text-align: center;
  color: black; /*rgb(70,10,10);*/
  line-height: 1;
  background-image: url(images/Sunrise01.jpg);
  background-position: center center;
}

#footer h3 {
  font-size: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

#footer h4 {
  font-size: 75%;
  line-height: 1em;
  color: rgb(50,50,50);
  padding-top: 15px;
  margin-bottom: 15px;
}

#hiddentitle {
  font-size: 0px;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  color: rgb(50,50,50);
}

#hiddentitle h1 {
  font-size: 1px;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  color: rgb(50,50,50);
}