html, body, form, fieldset {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Trebuchet MS","Lucida Grande",Tahoma,Arial,Helvetica,sans-serif;
  color: white;
  line-height: 1.5;
  height: 100%;
  width: 100%;
  background-image: url(/images/bg-body.jpg);
  background-repeat: repeat;
  /* background-position: right 50px; */
  background-attachment: fixed;
  /* background-color: #333333; */
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #E8E8E8;
}
a:hover, a:active, a:focus {
  color: #7FA961;
  text-decoration: none;
  /* color: #d0dda3; */
}
.activmenu {
  text-decoration: none;
  /* font-weight: bold; */
  font-size:150%;
  /* color: #ffcc66; */
  color: #fff;
}
h1, h2, h3, h4 {
  /* color: #DAA520; */
   color: #fac000;
  /* color: #656C4A; */
   text-shadow: 1px 1px 5px #000;
}
h1 {
  font-size: 130%;
  /* text-shadow: 1px 1px 0px #111, -1px -1px 0 #555; */
  text-shadow: 2px 2px 10px #000;
}
h2 {
  font-size: 120%;
}
h3 {
  font-size: 110%;
}
h4 {
  font-size: 100%;
  text-transform: none;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  padding: 0px 10px 0px 0px;
}
ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li {
  padding-left: 35px;
  line-height: 170%;
}
ol li {
  margin-left: 35px;
  line-height: 170%;
}
hr {
  color: #fac000;
  background-color: #fac000;
  height: 1px;
  border: 0px;
}

#main {
  z-index: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
#menubar {
  border-bottom: 8px solid #141010;
  font-family: Arial,Helvetica,sans-serif;
  color: #cccccc;
  height: 4em;
  position: fixed;
  z-index: 2;
  /* background-image: url(/images/bg.png); */
  background-image: url(/images/bg-header.jpg);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  background-color: #191919;
  top: 0;
  min-width: 512pt;
  padding-top: 8px;
  width: 100%;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}
#navi {
  text-align: left;
  text-shadow: 2px 2px 10px #000;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin-left: 49px;
  margin-bottom: 4px;
}
#logobox {
  text-align: left;
  z-index: 1;
  float: right;
  padding-right: 16px;
  margin-top: 6px;
}

#logobox img {
  border: 0px;
}

#content {
  padding: 24px 48px;
  position: relative;
  z-index: 1;
  top: 3em;
 /*  color: #eee; */
  text-shadow: 1px 1px 0px #000;
}
#content img {
  border: 1px solid dimgrey;
}

#column1 {
  float: left;
  position: relative;
  max-width: 600px;
  min-width: 400px;
  padding: 24px 64px 24px 48px;
}

#column2 {
  float: right;
  position: relative;
  /* padding-right: 48px; */
  margin-left: 16px;
  right: 0px;
}
#column2 img {
  border: 1px solid white;
}

#column {
  float: left;
  position: relative;
  min-width: 600px;
  max-width: 100%;
  padding: 24px 64px 24px 48px;
}

#column, #column1 {
  background-color: #242020;
}

#footer {
  border-top: 2px solid #aaa;
  margin-top: 16px;
  font-size: smaller;
  letter-spacing:0.3em;
  z-index: 2;
  width: 100%;
  /* background-color: #330000; */
  background-image: url(/images/bg.jpg);
  background-repeat: repeat;
  padding-top: 4px;
  padding-bottom: 10px;
  bottom: 0;
  position: fixed;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}

#button {
background-color: #242420; 
text-align: center; 
max-width: 20%;
border-top: 1px solid #444440; 
border-left: 1px solid #444440;
border-right: 1px solid #141410; 
border-bottom: 1px solid #141410;
}
