body {
  background-color:rgb(115,142,210);
}

a {
  color: rgb(18,63,138);
  font-weight: bold;
}

#main {
}

ul.topmenu {
  background-image: url(/img/menubg.png);
  background-repeat: repeat-x;
  background-color: rgb(223,223,224);
  padding: 5px;
}

#content {
  /*border: 1px solid rgb(0,0,0);*/
  background-color:rgb(255,255,255);
}

img.menuicon {
  border: 0px;
}

div.galpic {
  border: 1px solid rgb(0,0,0);
  padding: 5px;
  margin: 5px;
  width: 160px;
  height: 180px;
  float: left;
}

img.galpic {
  border: 0px;
  width: 160px;
  height: 120px;
}

div.bannerbox {
  margin-top: 10px;
  clear: both;
}

img.banner {
  border: 0px;
  margin: 5px;
}

div.fortune {
  border-top: 1px solid rgb(0,0,0);
  border-bottom: 1px solid rgb(0,0,0);
  background-color: rgb(223,223,224);
  padding: 5px 0px 5px 15px;
}

div.obs {
  border: 1px solid rgb(0,0,0);
  background-color: rgb(223,223,224);
  padding: 0px 20px 0px 20px;
  margin: 20px;
}
