/*   CSS for Widsith pages */

#top {
  width: 800px;
  text-align: center;
} 
#page  {
  width: 800px;
}
#column1 {
  width: 300px;
  padding: 5px;
  float: left;
  margin: 0px 20px 0px 20px;
  } 
#column2 {
  width: 300px;
  padding: 20px 5px 5px 5px;
  float: right;
  margin: 40px 20px 0px 20px;
  text-align: left;
} 
#middle {
  width: 750px;
  text-align: center;
}
.frameborder {
  height: 210px;
  width: 640px;
  vertical-align: top;
  border-style: inset;
  border-color: green;
  border-width: 8px;
}

#navitems {
  background-color: #a4d4b0;
  width: 650px;
  height: 20px;
  padding: 5px;
  text-align: center;
  border-style: inset;
  border-color: green;
  border-width: 5px;
  margin-left: 40px;
  margin-right: 40px;
}

#navitems a {
  font-size: 12pt;
  color: black;
  text-decoration: none;
}
#navitems a:hover {
  color: red;
  background-color: yellow;
  text-decoration: none;  
}

#contact {
  width: 220px;
  height: 50px;
  float: left;
  margin-left: 20px;
  font-style: italic;
}
.dropcap {
  font-size: 24px;
  font-weight: bold;
  color:red;
  margin-right: 3px;
} 
.descclm, .picclm {
  height: 300px;
  float: left;
  margin: 10px;
}
.descclm {
  padding: 50px 10px 10px 10px;
  width: 300px;
}
.picclm {
  width: 400px;
}
p.descr  {
  text-align: left;
}
hr  {
  text-align: center;
  color: black;
}


#pee a:hover img {
  visibility: hidden;
}

/* both IE/win and mac */

/* \*/
html #pee a {
  display:block;
}

/* end hiding from IE/mac */

#pee a {
   border: none;
   display:block;
   height/**/:291px; /* hide from IE5.01/win */
   width/**/:200px; /* hide from IE5.01/win */
}
#pee a/**/ {
	height:291px;
	width:200px;
}  /* hidden from IE5.01/win */

/* fixes for IE/win \*/

* html #pee a:hover {
	height:1%;
}
/* */

.pee2 { background:url(images/lmit-f02.jpg) bottom no-repeat; }

h1 {
  font-style: italic;
  font-weight: bold;
  color: green;
  font-size: 30px; 
}
h2 {
  font-family: "Comic Sans MS";
  font-weight: bold;
  font-size: 24px;
  color: red;
}
h3 {
  font-family: "Comic Sans MS";
  font-size: 18px;
  color: blue;
  font-weight: bold;
  text-align: center;
}

.hunt {
  font-family: "French Script MT";
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  color: green;
}
