body {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: inherit;
  background-position: left center;
  background-image: url(background1.JPG);
}
p {
  font-size: 1.2em;
  font-family: Arial,Helvetica,sans-serif;
  text-align: justify;
  padding-right: 10px;
  padding-left: 10px;
}
a {
  font-family: Arial,Helvetica,sans-serif;
}
div#header {
  border-style: none;
  color: #79b30b;
  height: 180px;
  background-color: #cccccc;
}
div#content p {
  font-family: Arial,Helvetica,sans-serif;
  margin-top: 10px;
  font-weight: normal;
  text-align: justify;
}
div#navigation {
  line-height: 1.2em;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  width: 100%;
  background-color: #744d26;
  position: relative;
}
div#container {
  margin-left: auto;
  width: 800px;
  font-family: Arial,Helvetica,sans-serif;
  margin-right: auto;
  background-color: #666666;
  margin-bottom: auto;
}
div#content {
  border-right: 1px none #cccccc;
  font-family: Arial,Helvetica,sans-serif;
  width: 100%;
  background-color: #cc66cc;
}
div#extra {
  width: 100%;
  clear: both;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #666666;
  text-align: center;
}
#footer {
  width: 100%;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #666666;
  text-align: center;
}
#wrapper {
}
h1 {
  font-size: 2em;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  background-color: #cccccc;
  line-height: 1em;
  color: #ffffcc;
  margin-top: 0px;
  margin-bottom: 0px;
}
h2 {
  font-size: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  background-color: #cccccc;
  color: black;
}
a:link {
  border-bottom-style: none;
}
a:active {
  padding: 1px 5px;
  color: #000099;
}
a:hover {
  padding: 2px 5px;
  background-color: white;
}
a:visited {
  color: #3366ff;
}
h3 {
  text-align: center;
  color: #ffffcc;
  padding-top: 10px;
}
.nav {
  font-family: Arial,Helvetica,sans-serif;
  color: yellow;
  font-size: 1em;
}
p.space {
  padding: 10px 5px 20px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.2em;
  margin-bottom: 20px;
}
p.centre {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.2em;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
