* {
  margin: 0px;
  padding: 0px;
}
body {
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  background-color: #f1f1f1;
  color: #656565;
}
ul { list-style: none; }
a {
  color: #656565;
  text-decoration: none;
}
a:hover { color: black; }
h1 {
  border-bottom: 1px solid #cbd8b9;
  padding-bottom: 5px;
  margin-bottom: 3px;
  color: black;
}
#main {
  width: 900px;
  text-align: left;
}
#main #topmain { margin-top: 15px; }
#main #topmenu {
  border: 1px solid #cbd8b9;
  color: #323232;
  margin-bottom: 10px;
  height: 28px;
  background-image: url('/image/menu_bg.png');
}
#main #topmenu ul { list-style: none; }
#main #topmenu ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 28px;
  border-right: 1px solid #cbd8b9;
}
#main #topmenu ul li ul {
  border: 1px solid #cbd8b9;
  border-right: 0px;
  border-top: 0px;
  margin-left: -20px;
  position: absolute;
  visibility: hidden;
  min-width: 150px;
}
#main #topmenu ul li ul li {
  float: none;
  border-top: 1px solid #cbd8b9;
  background: white;
}
#main #topmenu ul li ul a { width: auto; }
#main #topmenu ul li ul a:hover { color: black; }
#main #topmenu ul a {
  display: block;
  white-space: nowrap;
}
#main #middle_images { margin-bottom: 10px; }
#main #footer {
  margin-top: 5px;
  padding-top: 3px;
  border-top: 1px solid #cbd8b9;
  font-size: 10px;
  text-align: center;
}
#main #footer a { color: gray; }
#main #footer a:hover { text-decoration: underline; }
