p {
  font-family: "arial";
  font-size: 11px;
  color: #000000; }

p.space {
  font-family: "arial";
  font-size: 11px;
  color: #000000;
  margin: 5px; }

p.indent {
  font-family: "arial";
  font-size: 11px;
  color: #000000;
  text-indent: 20px;
  margin: 5px; }

p.small {
  font-family: "arial";
  font-size: 9px;
  color: #000000;
  margin: 5px; }

a:link {
       color: #817E49;
       text-decoration: none; }
a:visited {
          color: #817E49;
          text-decoration: none; }
a:hover {
        color: #F2B286;
        text-decoration: overline underline; }

#first {
       position: absolute;
       top: 0px;
       left: 0px; }

#second {
	position: absolute;
	top: 0px;
	left: 460px; }

#text {
      position: absolute;
      top: 320px;
      left: 100px;
      width: 570px;
      border: 2px solid #B8A57B;
      background: #F7F4E1;
      padding: 20px; }

#menu {
      position: absolute;
      top: 210px;
      left: 300px;
      width: 160px;
      border: 2px solid #B8A57B;
      background: #F7F4E1;
      padding: 20px; }
