/* Generated by KompoZer */
body {
  margin: 0px;
  padding: 0px;
  background-image: url(forest.JPG);
  background-attachment: fixed;
}
#wrapper {
  border-top: 1px solid black;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  font-family: "Times New Roman",Times,serif;
  position: relative;
  background-color: #cccccc;
}
#header {
  border: 1px solid black;
  width: 100%;
  position: relative;
  background-color: #666666;
  color: black;
  font-family: "Times New Roman",Times,serif;
}
#holder {
  border: 1px solid black;
  position: relative;
  font-family: "Times New Roman",Times,serif;
  float: none;
  width: 799px;
  background-color: #999999;
}
#content {
  border-right: 1px solid black;
  width: 78%;
  padding-right: 5px;
  float: right;
  background-color: white;
  position: relative;
  padding-left: 2px;
  font-family: "Times New Roman",Times,serif;
}
#header h1, #header p, #navbar h2, #navbar p {
  text-align: center;
  font-family: "Times New Roman",Times,serif;
}
#navbar {
  border-left: 1px solid black;
  padding-left: 5px;
  text-align: center;
  background-color: #999999;
  padding-right: 5px;
  position: relative;
  font-family: "Times New Roman",Times,serif;
  width: 20%;
}
#footer {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #999999;
  padding-bottom: 20px;
  margin-top: 0px;
  text-align: center;
  width: 100%;
  font-family: "Times New Roman",Times,serif;
  position: relative;
  margin-bottom: 0px;
}
#photo {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #cccccc;
  font-family: "Times New Roman",Times,serif;
  float: right;
  position: relative;
  width: 77%;
}
a:hover {
  border: 1px solid black;
  background-color: #ccccff;
}
