body {
  background-color: #C2C66C;
  /* background-image: url('tile.jpg'); 
  background-repeat: repeat; */
  }
body p {
  font: 11pt Georgia, "Times New Roman";
  color: black;
  letter-spacing: 0.05em;
  line-height: 150%;
  padding-left: 5%;
  padding-right: 5%;
  } 
a {
  color: #484A1D;
  text-decoration: none;
  }
a:hover {
  background-color: #EFF0DA;
  color: black;
  }
/* --------------Title bar------------------ */
#titlebar {
  background-color: #8F9339;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  padding-top: 0.5em;
  padding-bottom: 0.4em;
  font: 24pt Georgia, "Times New Roman";
  text-align: center;
  letter-spacing: 0.1em;
  }
/* --------------Navigation------------------ */
#navigation {
  margin-left: auto;
  margin-right: auto;
  }
#navigation ul {
  background-color: #E0E2B7 ;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: thin solid #C1C56D;
  }
#navigation li {
  display: inline;
  padding-left: 2em;
  padding-right: 2em;
  }
#navigation li a, #navigation li a:hover {
  background-color: transparent;
  font: bold 11pt Arial;
  color: black;
  text-decoration: none;
  }
/* --------------Main box------------------ */
#main {
  background-color: white;
  background-image: url('bottom_shade.jpg');
  background-repeat: repeat-x;
  background-position: bottom;

  /* height: 400px; */
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  }
