body {
  background-image: url("../images/stone.jpg");
  text-align: center;
  font-family: Georgia, Times New Roman, Serif;
}

#main {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffcb;
  border: 1px dotted #cfc4ae;
}

#title h1 {
  font-size: 18pt;
  font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
  /*URL: http://www.dynamicdrive.com/style/ */
#menu {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}

#modernbricksmenu2 {
  margin: 0 auto;
  width: 700px;
  padding: 0;
  background: transparent;
  voice-family: "\"}\"";
  voice-family: inherit;
}

#modernbricksmenu2 ul {
  padding: 0;
  list-style: none;
}

#modernbricksmenu2 li {
  display: inline;
  margin: 0 2px 0 0;
  padding: 0;
  text-transform: uppercase;
}

#modernbricksmenu2 a {
  float: left;
  display: block;
  font: bold 11px Arial, Sans-Serif;
  color: white;
  text-decoration: none;
  margin: 0 1px 0 0; /*Margin between each menu item*/
  padding: 5px 10px;
  background-color: black;
  border-top: 1px solid white;
}

#modernbricksmenu2 a:hover {
  background-color: #ffffcb;
  color: black;
}

#modernbricksmenu2 #current a { /*currently selected tab*/
  background-color: #ffffcb;
  color: #aa3333;
  border-color: #cc5555;
}

#content {
  background-image: url(../images/largechinese.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  clear: both;
  padding-top: 8px;
}

.ie6centringbugfix {
  text-align: left;
}

.centre-block {
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  text-align: center;
}

#content-inner-block {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

#left-submenu {
  float: left;
  margin-left: 0;
  width: 140px;
  border-style: none;
  voice-family: "\"}\"";
  voice-family: inherit;
}

#left-submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left-submenu ul li {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#left-submenu ul a {
  display: block;
  font: bold 11px Arial;
  color: white;
  text-decoration: none;
  margin: 0 1px 0 0;
  background-color: black;
  border-top: 1px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

#left-submenu .current a { /*currently selected tab*/
  background-color: #ffffcb;
  color: #aa3333;
  border: 1px solid #cc5555
}

#left-submenu a:hover {
  background-color: #ffffcb;
  color: black;
}

.centre-column {
  margin-left: 150px;
}

.centre-column-no-menu {
}

#map {
  text-align: center;
  margin: 0 auto;
  font-size: smaller;
}

#footer {
  background-color: #ceb99e;
  font-size: small;
  font-style: italic;
  text-align: center;
  margin-top: 10px;
  vertical-align: middle;
}

#footer-copyright img {
  vertical-align: bottom;
  border: 0;
}

.inline-graphic-1 {
   float: right;
}