body {
  background-image: url(images/stripes.png);
  background-position: top-left;
  background-repeat: repeat;
}

div#container {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 800px;
  padding: 10px;
  background: rgb(255, 255, 255);
  border-style: solid;
  border-width: thick;
  border-color: rgb(180, 204, 143);
}

div#header {
  font-family: Verdana;
  font-style: normal;
  height: 70px;
  background: rgb(163, 114, 151);
  background-image: url(images/header.png);
  background-position: top-left;
  background-repeat: repeat-x;
  color: rgb(230, 207, 224);
}

div#content {
  overflow: auto;
  margin-top: 1px;
  padding: 50px 30px 20px 30px;
  background: rgb(230, 207, 224);
  background-position: top-left;
  background-repeat: repeat-x;
  color: rgb(0,0,0);
  border-style: solid;
  border-width: thin;
  border-color: rgb(186, 167, 182);
  font-family: Georgia;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.4em;
}

div#content a {
  color: rgb(90, 102, 71);
  text-decoration: none;
}

div#content a:hover {
  color: rgb(191, 96, 167);
  text-decoration: none;
}

div#footer, div#footer a {
  text-align: center;
  background: rgb(186, 167, 182);
  color: rgb(230, 207, 224);
  font-family: Verdana;
  font-size: 0.9em;
  font-style: normal;
  text-decoration: none;
  height: 1.3em;
}

div#footer a:hover {
  color: rgb(191, 96, 167);
}

span.title {
  display: none;
}

span.title a {
  display: none;
}

span.step {
  font-weight: bold;
}

p {
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 2em;
  margin-top: 0em;
}

ul {
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 2.5em;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

img.step {
  margin-top: 20px;
  margin-bottom: 50px;
}

div.step {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 420px;
  height: 134px;
}

img.even {
  margin-right: 80px;
  float: right;
}

div.even {
  margin-left: 80px;
  margin-right: 20px;
  float: left;
}

img.odd {
  margin-left: 80px;
  float: left;
}

div.odd {
  margin-left: 20px;
  margin-right: 80px;
  float: right;
}
