@charset "UTF-8";
body {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
  background-color: #ffeebb;
  color: #221100;
  font-family: "Century Gothic",Arial,sans-serif;
  font-size: small;
}
#container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 768px;
  left: 50%;
  margin-left: -385px;
  background-color: #ffffdd;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  overflow: hidden;
  background-color: #ffffdd;
}
#navigation {
  position: absolute;
  right: 0;
  top: 151px;
  left: 0;
  height: 20px;
  margin: auto;
  background-color: #ffffdd;
  font-weight: bold;
  border-bottom: medium solid #221100;
}
#contents {
  position: absolute;
  top: 175px;
  left: 0;
  bottom: 50px;
  right: 0;
  overflow: auto;
  margin: auto;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 20px;
  background-color: #ffffdd;
}
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  overflow: hidden;
  padding-bottom: 0;
  margin: auto;
  background-color: #666666;
  color: #bbbbbb;
  font-weight: bold;
  border-top: 5px solid #221100;
}

h1, h2 {width: 25%; clear:both; float:left}
h1 {font-size:120%}
h2 {font-size:110%}
h1.slogan {font-style: italic}

p {width: 67%; clear: right; float:right}
ul {width: 65%; clear: right; float:right; margin-top:10px}
p.long {width: 100%}
ul.long {width: 80%; clear: right; float:right}

em {font-weight: bold; font-style: normal;}
.nav {
  display: block;
  float: left;
  width: 100px;
  height: 20px;
  text-align: center;
  }
.foot {
  display: block;
  float: left;
  margin-top: 10px;
  width: 170px;
  text-align: center;
}
#navigation span {
  display: none;
}
#footer span {
  display: none;
}
#HeaderLogo {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
#HeaderName {
  padding-bottom: 15px;
  padding-left: 30px;
}
a:link {
  text-decoration: none;
  color: #996633;
}
a:visited {
  text-decoration: none;
  color: #996633;
}
a:hover {
  color: #221100;
  text-decoration: none;
}
a.foot:link {
  text-decoration: none;
  color: #ffffff;
}
a.foot:visited {
  text-decoration: none;
  color: #ffffff;
}
a.foot:hover {
  color: #dddddd;
  text-decoration: none;
}
