html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  background-image: url("../images/bg1.gif");
  background-position: left top;
  background-repeat: no-repeat;
}

div#main {
  position: relative;
  margin: 0 auto;
  border: 0;
  height: 100%;
  min-height: 100%;
}

body>div#main {
  height: auto; /* MOZ */
}

/***** CONTENT *****/

div#content {
  padding: 70px 30px 40px 190px;
}

/***** HEADER *****/

div#header {
  position: absolute;
  left: 0;
  right: 0;
  background-image: url("../images/header1.gif");
  background-position: right bottom;
  background-repeat: no-repeat;
  display: block;
  width: 500px;

  height: 70px;
  background-color: black;
  color: white;
  text-align: right;
  white-space: nowrap;
  
  margin: 0;
  padding-right: 20px;
}

div#header img {
  float: left;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  border: 0;
}

/***** MENU ******/

div#menu {
  position: absolute;
  top: 70px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}

div#menu a:link, div#menu a:visited, div#menu div#menu a:hover, span.active {
  display: block;
  width: 150px;
  padding: 0;
  margin: 5px 0px 5px 0px;
  padding: 2px 10px 2px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  background-color: #708090;
  background-image: url("../images/menu2.gif");
  background-position: right;
  background-repeat: no-repeat;
  color: white;
  /*
  border: 3px white solid;
  border-left-width: 0px;
  */
}

div#menu a:hover {
  color: white;
  background-color: black;
  background-image: url("../images/menu1.gif");
}

div#menu br {
  display: none;
}

/***** FOOTER *****/

div#footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 32px;
  background: white;
  overflow: hidden;
}

p#copy {
  float: right;
  display: block;
  width: 320px;
  color: white;
  background-color: black;
  background-image: url("../images/copy1.gif");
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 10px 0px 20px;
  font-style: italic;
  font-weight: bolder;
  white-space: nowrap;
  margin-left: 20px;
  /*
  border: 2px white solid;
  border-right: 0;
  border-bottom: 0;
  */
}
p#copy img {
  background-color: black;
  background-image: url("../images/copy1.gif");
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  border: 0;
}
