body {
  background-color: #808080;
  color: #0303b9;
  font-family: verdana, arial, "sans-serif";
  text-align: center;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-collapse: collapse;
}


#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: verdana, arial;
  font-size: 30px;
  font-weight: bold;
  color: #0303b9;
}

#main_gallery {  
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Zurich Ex BT;
  font-size: 30px;
  font-weight: bold;
  color: #0303b9;
}

#copyright {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: verdana, arial;
  font-size: 16px;
  font-weight: bold;
  color: #0303b9;
}
  
#notice {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: verdana, arial;
  font-size: 20px;
  //font-weight: bold;
  color: #0303b9;
}
  
#topleft {
  height: 20px;
  width: 20px;
  background-image: url("topleft-original.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #808080;
}

#top {
  height: 20px;
  background-image: url("top-original.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #808080;
}

#topright {
  height: 20px;
  width: 20px;
  background-image: url("topright-original.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #808080;
}

#left {
  width: 20px;
  background-image: url("left-original.jpg");
  background-repeat: repeat-y;
  background-position: right;
  background-color: #808080;
}

#center {
  background-color: #808080;
  width: 750px;
}

#right {
  width: 20px;
  background-image: url("right-original.jpg");
  background-repeat: repeat-y;
  background-position: left;
  background-color: #808080;
}

#bottomleft {
  height: 20px;
  width: 20px;
  background-image: url("bottomleft-original.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #808080;
}

#bottom {
  height: 20px;
  background-image: url("bottom-original.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #808080;
}

#bottomright {
  height: 20px;
  width: 20px;
  background-image: url("bottomright-original.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #808080;
}