/* Generated by KompoZer */
body {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/bgcolor.png);
  background-repeat: repeat-x; 
  font-family: Arial,"Times New Roman",Times;
  color: black;
}
a {
  color: #000066;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#head {
 /* border: 2px dotted #996600; */
  height: 10%;
  position: absolute;
  top : 1%;
  left : 1%;
  right : 1%;
  text-align: center;
}
#menu {
  width: 15%;
  float: left;
  position: absolute;
  left : 1%;
  right : 1%;
  top : 14%;
/*  margin-top: 8%;*/
}
.submenu {
  border: 2px dotted #996600;
  color: #996600;
 /* background-color: #f7e444; */
  position: relative;
  left : 1%;
}
#intro {
  float: left;
/*  border: 2px dotted #996600; */
  padding: 1%;
/*  height : 100%; */
  text-align: justify;
  position: absolute;
  top : 14%;
  right : 1%;
  left : 16%;
}
#foot {
/*  border: 2px dotted #996600; */
  padding: 5px;
  clear: both;
  margin-top : 10px;
  text-align : center;
  height: 3%;
  color: #413018;
  position: fixed;
  bottom : 0;
  left : 0;
  right : 0;
  background-image: url(images/bgcolor.png);
  background-repeat: repeat-x; 
}
p {
  text-align: justify;
}
h1{
	color:#342200;
}
h2{
	color:#A52A2A;
}