body {
  background-image: url(images/lolbg.png);
  font-family: Verdana;
  color: #000;
  margin: 0 0 0 0;
}

html, body {
  height: 100%;
}

/* Links */
a:link { 
  color: #fff; 
  text-decoration: none; 
}
a:hover { 
  text-decoration: 
  underline overline; 
  color: #8c7c95; 
}
a:visited { 
  color: #fff; 
}
a:active { 
  color: #fff; 
}
a.menu {
  text-decoration: none;
  padding: 0.5em;
}
a.menu:hover { 
  background-color: #8c7c95; 
  color: #fff; 
}

/* Headers */
h1#title {
  height: 0;
  overflow: hidden;
  padding-top: 100px;
  background-image: url(images/lolgrace.png);
  background-repeat: no-repeat;
  background-position: top center;
}
h2 {
  height: 0;
  overflow: hidden;
  padding-top: 190px;
  background-repeat: no-repeat;
  background-position: center;
}
h2#marian {
  background-image: url(images/basilica-lourdes.png);
}
h2#cuba {
  background-image: url(images/cuba.png);
}
h2#alaska {
  background-image: url(images/alaska.png);
}
h3 {
  margin-left: 20px;
  font-size: large;
  font-weight: bolder;
  margin-bottom: 0;
}

/* Lists */
ul#menu {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  margin:0;
}
ul#menu li {
  display: inline;
  list-style-type: none;
  text-transform: uppercase;
}
li#current {
  padding: 0.5em;
  background-color: #8c7c95;
}
ul.details {
  font-family: Verdana;
  font-size: smaller;
  list-style-type: circle;
}

/* Sections */
div#container {
  background-image: url(images/bg.png);
  background-repeat: repeat-y;
  background-position: center;
  width: 850px;
  margin: 0 auto;
  padding: 0.5em;
  min-height: 100%;
}
div#header {
  width: 800px;
  margin: 0 auto;
}
div#content {
  width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 1em;
  
}
div#footer {
  background-color: #000000;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  color: #fff;
  width: 800px;
  margin: 0 auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
div#contact-form {
  background-color: #edecf9;
  width: 300px;
  margin: 1em auto;
  padding: 1em;
  border: 1px #000 dotted;
  font-weight: bold;
  line-height: 1.5em;
}
div#contact-info {
  width: 500px;
  margin: 0 auto;
  padding: 1em;
}
div#email-headers {
  text-align: right;
  margin-bottom: 1em;
}

/* Forms */
input.fields {
  width: 210px;
  font-family: Verdana;
  font-size: smaller;
  font-weight: normal;
  color: #2c2a78;
}
textarea {
  width: 300px;
  font-family: Verdana;
  font-size: smaller;
  color: #2c2a78;
}
input#buttonSend {
  font-family: Verdana;
  font-size: smaller;
  font-weight: bold;
  background-color: #2c2a78;
  color: #fff;
}

img { 
  border: 1px solid black; 
  margin: 0 0 1em 0;
}