#header {
}
#hmenu {
  border-color: black;
  border-width: 1px;
  margin-right: auto;
  text-align: center;
  height: 2.5em;
  color: silver;
  font-family: Century Gothic;
  background-color: white;
  font-size: 0.8em;
  line-height: 2.5em;
  font-weight: inherit;
  position: static;
}
#hmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#hmenu li {
  border-right: 1px solid silver;
  padding: 0px 20px;
  background-color: white;
  font-family: Century Gothic;
  float: left;
  color: #cccccc;
}
#hmenu a {
  background-color: white;
  text-decoration: none;
  color: silver;
  display: block;
  font-family: century gothic;
}
#hmenu a:hover {
  font-family: century gothic;
  text-decoration: none;
  color: #007c00;
}
#content {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #cccccc;
  font-family: Century Gothic;
}
#col1 {
  width: 150px;
  font-family: Century Gothic;
  float: left;
  background-color: white;
}
#main {
  border-left: 1px solid white;
  margin-left: 175px;
  color: #666666;
  background-color: white;
  font-family: Century Gothic;
  margin-right: 150px;
  margin-top: 50px;
}
#footer {
  border:  none;
  color: silver;
  background-color: white;
  clear: both;
  font-family: Century Gothic;
  text-align: right;
}
h1 {
  font-family: Century Gothic;
  color: #666666;
  font-size: 1em;
  font-weight: normal;
}
h2 {
  font-family: Century Gothic;
  font-size: 1.5em;
  color: #006600;
  font-weight: normal;
}
p {
  font-family: Century Gothic;
  font-size: 1em;
  color: #666666;
  font-weight: normal;
}
#wrapper {
  margin: auto;
  max-width: 900px;
  text-align: left;
  min-width: 850px;
  width: 850px;
}
a:hover {
  color: #009900;
  font-family: Century Gothic;
  text-decoration: none;
}
a {
  border-style: none;
  color: #999999;
  font-family: Century Gothic;
}
h3 {
  font-family: Century Gothic;
  font-weight: bold;
  color: #333333;
  font-size: 1em;
}
img {
  border: 1px solid #cccccc;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
}
