* {
  margin: 0em;
  padding: 0em;
}
a {
  color: #8da359;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  border:none; 
}

body {
  background-color: #f0e3a4;
  background-image: url(a4.gif);
  background-repeat: repeat-x;
  color: #37371e;
  font-family: georgia,serif;
  font-size: 10pt;
  text-align: center;
}
#outer {
  border-top: 1px solid #ffffff;
  margin: 1em auto;
  padding: 1em;
  width: 760px;
  #background-color: #fefef2;
  background-color: #fef9e6;
  background-image: url(a3.gif);
  background-repeat: repeat-x;
  text-align: left;
}
#outer2 {
  border: 1px dotted #efead1;
  padding: 1em;
}
#menu {
  border-top: 1px solid #6d7b34;
  border-bottom: 1px solid #ffffff;
  padding: 0.8em;
  background-color: #6c7424;
  background-image: url(a1.gif);
  background-repeat: repeat-x;
  color: #ffffff;
  height: 1.4em;
  line-height: 1.4em;
}
#menu a {
  color: #ffffff;
  text-decoration: none;
}
#menu ul {
  padding: 0em;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu li {
  display: inline;
  font-size: 0.9em;
  font-weight: bold;
}
#menu li a {
  padding: 0.8em;
}
#menu li a:hover {
  background-color: #515815;
  background-image: url(a2.gif);
  background-repeat: repeat-x;
}
#header {
  padding: 0.8em 1.2em 1.2em;
  text-align: center;
}
#header h1 {
  font-size: 3em;
  text-transform: lowercase;
  font-weight: normal;
  letter-spacing: -0.05em;
}
#header h2 {
  position: relative;
  top: -0.1em;
  text-transform: lowercase;
  font-size: 0.8em;
  color: #4f4f2b;
}
#content {
  padding: 1.2em;
  margin-top: 1em;
  line-height: 2.2em;
  font-size: 0.9em;
  position: relative;
}
#footer {
  border-top: 1px dashed #efefd6;
  padding-top: 1em;
  font-size: 1em;
  color: #afa162;
  padding-left: 1.2em;
  clear: both;
}
#column1 {
  width: 675px;
  float: left;
  position: relative;
}
#column1 p {
  text-align: justify;
  margin-bottom: 2em;
  color: #4f4f2b;
}
#column1 h3 {
  border-bottom: 1px dashed #cecf8f;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#column2 {
  width: 0px;
  float: right;
  position: relative;
  margin-left: auto;
}
#column2 p {
  text-align: justify;
  margin-bottom: 2em;
  color: #4f4f2b;
  font-size: 1em;
}
#column2 h3 {
  border-bottom: 1px dashed #cecf8f;
  font-size: 1.1em;
  margin-bottom: 1em;
}
#column2 ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: 2em;
  margin-bottom: 2em;
}
#column2 li {
  border-bottom: 1px dashed #efefd6;
}

