/*
CSS for Weddings Site
*/



#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  padding: 30px;
  font-size: 125%;
}

#navigation {
  color: black;
  font-weight: bold;
  width: 20%;
  height: 380px;
  }

.highlight {
  border-width: 2 px;
  border-style: solid;
  border-color: #800000;	
}




.pastorgregphoto {
  position: absolute;
  top: 250 px;
  left: 250 px;
  height: 200 px;
  width: 300 px;
}

a:link {
  color: #800517;
  text-decoration: none;
}


a:visited {
  color: #820010;
  text-decoration: none;
}

a:hover {
  color: #736F6E;
  text-decoration: none;
}

body {
  positioning: absolute;
       font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #fffff0;
  line-height: 100%;
  padding: 52px;
}


h1, h2, h3 {
  color: black;
  padding: 15px;
}


h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 175%;
  padding: 277px;
  background: url(beachcoupleheader5.jpg) no-repeat;
  
}

li {
  font-size: small;
}


h2 {
  font-size: 14pt;
  font-weight: normal;
}


p {
  font-size: small;
  color: black;
  border: 1 px solid black;
  font-weight: normal;
  back-ground color: #ffffcc;
}

div#margins {
  margin: 0 auto;
  width: 860px;
  text-align: center;
}