html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #FEF8D6;
  color: #896252;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: verdana,helvetica,arial,sans-serif !important; 
  font-size: 12px;
  line-height: 1.5em;
}

#canvas {
  background-color: #FEF8D6;
  min-height: 100%;
  color: #896252;
  width: 1000px;
  margin: 0 auto 15px auto;
  text-align: left;
}

#header {
  padding: 10px;
  height: 110px;
  position: relative;
  top: 0;
  left: 0;
}

#logo {
  width: 410px;
}

#contact {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  width: 200px;
  padding-right: 10px;
  padding-top: 10px;
  line-height: 10pt;
}

#nav {
  padding: 0.5em 10px 0.5em 10px;
  border-top: 1px solid #896252;
  border-bottom: 1px solid #896252;
  height: 2em;
  width: 980px;
  margin: 0px;
  text-align: left;
}

#nav ul {
        padding: 0px;
        margin: 0px;
}

#nav li {
        float: left;
width: 13%;
	list-style-position: inside;
        padding: 0px 10px 0px 0px;
        margin: 0px;
}

#content {
  position: relative;
  top: 0px;
  left: 0px;
  height: auto !important;
  height: 100%;
  margin-bottom: -2em;
}

#menu {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  width: 150px;
  position: absolute;
  font-size: 10px;
  margin: 0px;
  border: 0;
  color:#896252;
}

#menu ul {
  padding: 0px;
margin: 0px;
}

#menu ul li{
padding:0px;
margin: 0px;
}

#menu li {
margin: 0px;
list-style-type: none;
  list-style-position: outside;
  padding: 0px;
border-bottom: 1px dashed #896252;
}

a{
  color:#896252;
  text-decoration: none;
}

a.visited{
  color:#896252;
  text-decoration: none;
}

a.hover {
  color:#896252;
  text-decoration: underline;
}

#info {
  width: 790px;
  background-color: #FEF8D6;
  color: #896252;
  padding: 10px 10px 0px 0px;
  margin: 0px 0px 0px 200px;
  text-align: justify;
}

#pgpic {
float: right;
margin-left: 10px;
}

#footer {
  background-color: #FEF8D6;
  color: #896252;
  height: 2em;
  padding-left: 10px;
  position: absolute;
  bottom: 0px;
  width: 990px;
  border-top: 1px solid #896252;
}

.prompt {
  font-weight: bold;
}

h1 {
  font-weight: normal;
  font-family: sans-serif;
}

h2 {
  font-weight: normal;
}

