body {
/*  background-color: #ffffff; */
  background-color: #666666;
  color: #000000;
  font-family: verdana, arial, "sans-serif";
  text-align: center;
}

#wrapper {
  /*margin-left: auto;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border-collapse: collapse;
  text-align: center;
}

#title {
  padding-top: 5px;
  padding-bottom: 0px;
  font-family: verdana, arial;
  font-size: 30px;
  font-weight: bold;
  color: #d0d0d0;
}
#subtitle {
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: verdana, arial;
  font-size: 18px;
  font-weight: bold;
  text-align:center;
  color: #ffffff;
}
#topleft {
  height: 20px;
  width: 20px;
  /*background-image: url("topleft.jpg"); */
  background-repeat: no-repeat;
  background-position: bottom right;
  /*background-color: #000000; */
}

#top {
  height: 20px;
  /*background-image: url("top.jpg"); */
  background-repeat: repeat-x;
  background-position: bottom;
  /*background-color: #d4e1f0; */
}

#topright {
  height: 20px;
  width: 20px;
  /*background-image: url("topright.jpg"); */
  background-repeat: no-repeat;
  background-position: bottom left;
  /*background-color: #d4e1f0; */
}

#left {
  width: 10px;
  /*background-image: url("left.jpg"); */
  background-repeat: repeat-y;
  background-position: left;
  /*background-color: #d4e1f0; */
  text-align: left;
}
#left2 {
  width: 40px;
  margin-right:0px;
  margin-left:0px;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
#center {
  /*background-color: #ffffff;   */
  background-color: #666666;
  /*width: 750px;*/
  text-align: center;
}

#right {
  width: 20px;
  /*background-image: url("right.jpg"); */
  background-repeat: repeat-y;
  background-position: left;
  /*background-color: #d4e1f0; */
}

#bottomleft {
  height: 20px;
  width: 20px;
  /*background-image: url("bottomleft.jpg"); */
  background-repeat: no-repeat;
  background-position: top right;
  /*background-color: #d4e1f0; */
}

#bottom {
  height: 20px;
  /*background-image: url("bottom.jpg"); */
  background-repeat: repeat-x;
  background-position: top;
  /*background-color: #d4e1f0;*/
}

#bottomright {
  height: 20px;
  width: 20px;
  /*background-image: url("bottomright.jpg");*/
  background-repeat: no-repeat;
  background-position: top left;
  /*background-color: #d4e1f0; */
}

.gallery-html {
/*  border-style:none;*/
/*#  border-width:1px;*/
/*#  border-color:#aaaaaa;*/
  padding-top: 0px;
  font-family:  arial, verdana, helvetica, sans-serif;
  font-size:    10pt;
  text-align: left;
  /* New */
   color: #ffffff;
}