body {
  text-align: center;
  font-family: "arial, helvetica, sans-serif;
}
#wrapper {
  border: 1px solid black;
  margin-left: auto;
  
  background-color: #ffffcc;
  margin-right: auto;
}
#header {
  border-style: solid;
  border-color: black;
  border-width: 1px 1px 2px;
  background-color: #f2f49f;
  height: 160px;
  color: black;
  background-image: url(headbground.jpg);
}
#container {
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #cccccc;
}
#content {
  color: black;
  background-color: #ffffcc;
  position: relative;
}
#navigation {
  background-color: #cccccc;
  width: 20%;
  float: left;
  z-index: 50;
}
#footer {
  border-style: solid;
  border-color: black;
  border-width: 2px 1px 1px;
  clear: both;
  height: 80px;
  background-image: url(footbground.jpg);
}
#hmenu {
  border:  none;
  background-color: #ffffcc;
  padding-left: 20px;
  font-weight: bold;
  list-style-type: none;
  text-align: center;
  height: 2.5em;
  font-size: 0.7em;
  padding-right: 5px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 2.5em;
}
#hmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#hmenu li {
  padding: 0px 20px;
  color: white;
  float: left;
  background-color: #cc9933;
}
#hmenu a {
  border-style: solid;
  border-color: #cccccc black black #cccccc;
  border-width: 3px;
  margin: 0 -20px;
  padding: 0px 20px;
  float: left;
  background-color: #cc9933;
  color: black;
  font-size: 1.5em;
  text-decoration: none;
}
#hmenu a:hover {
  background-color: #996633;
  color: #333333;
}
#hmenu a:active {
  color: yellow;
}
h1 {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  padding-top: 40px;
  color: #aa802a;
  font-family: "Times New Roman",Times,serif;
}
h2 {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #aa802a;
  font-family: "Times New Roman",Times,serif;
  padding: 15px;
}
h3 {
  font-size: 1.4em;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  text-align: center;
  color: black;
  background-color: #ffffcc;
  line-height: 1.4em;
}
h4 {
  font-style: normal;
  color: black;
  font-family: "Times New Roman",Times,serif;
  line-height: 1.2em;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.4em;
  background-color: #ffffcc;
  text-align: left;
  font-weight: bold;
}
div#content h1 {
  font-size: 1.4em;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  text-align: center;
  color: black;
  background-color: #ffffcc;
  line-height: 1.2em;
}
div#content h2 {
  font-size: 1.3em;
  color: black;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  padding-top: 0.5em;
}
p {
  padding: 15px;
  font-size: 1.2em;
  color: black;
  text-align: justify;
  line-height: 1.2em;
}
p.navigation {
  font-size: 1.2em;
  color: black;
  text-align: center;
   
}
p.footer {
  font-size: 1.2em;
  text-align: center;
  color: #aa802a;
  line-height: 1.2em;
  padding-top: 25px;
  padding-bottom: 10px;
}

