body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 65%;
}
input, textarea, select {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 1em;
}
img {
  border: none;
}
p {
  font-size: 1em;
  line-height: 1.3em;
  margin: 0 0 1em 0;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #494949;
  font-weight: bold;
  text-decoration: none;
  border: none;
}
a:hover {
  text-decoration: underline;
}
h2 {
  font-size: 1.2em;
  margin: 0 0 0.6em 0;
}
h3 {
  font-size: 1.1em;
  margin: 0 0 1em 0;
}
input.bordered, textarea.bordered, input.button {
  border-top: #ccc solid 1px;
  border-bottom: #4e4e4e solid 1px;
  border-right: #4e4e4e solid 1px;
  border-left: #ccc solid 1px;
}
span.wysiwygsmall {
  font-size: 0.9em;
}
span.wysiwygsmallRed {
  font-size: 0.9em;
  color: #f00;
}
span.wysiwygmedium {
  font-size: 1em;
}
span.wysiwygmediumRed {
  font-size: 1em;
  color: #f00;
}
span.wysiwyglarge {
  font-size: 1.1em;
}
span.wysiwyglargeRed {
  font-size: 1.1em;
  color: #f00;
}
span.wysiwygxLarge {
  font-size: 1.2em;
}
span.wysiwygxLargeRed {
  font-size: 1.2em;
  color: #f00;
}

#header {
  margin-bottom: 15px;
}
#header img {
  display: block;
}
#footer {
  width: 768px;
  clear: both;
  text-align: center;
  padding-top: 4em;
}
#footer img {
  margin-bottom: 8px;
}
#footer p {
  margin-bottom: 5px;
}
#mainMenu {
  float: left;
  border-top: solid 1px #BEDB7E;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  text-align: right;
  width: 174px;
}
#mainMenu li {
  border-bottom: solid 1px #BEDB7E;
  margin: 0;
  padding: 7px 0 7px 0;
} 
.title {
  display: block;
  margin: 0 0 0.6em 0;
}

#gallery br {
  clear: both;
}
#gallery img {
  border: solid 1px #000;
  margin: 0 12px 1em 0;
}
.thumbnail {
  float: left;
}
#galleryPhoto {
  padding: 1em 0 0 0;
  margin: 0 auto 0 auto;
  text-align: center;
}
#galleryPhoto img {
  border: solid 1px #000;
  margin-bottom: 1em;
}
#galleryPhoto p {
  padding: 0 5px 0 5px;
  height: 50px;
  overflow: auto;  
}
#galleryPhoto a {
  font-size: 0.9em;
}
.formContainer {
  background-color: #E9E9E9;
  padding: 10px;
}