@import url(sidebar.css);
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 0px;
  background: url(images/background.gif);
  background-repeat: repeat-y;
  background-color: #FFFFFF;
}

#header {
  width: 100%;
  padding:0;
  margin:0;
  background-image: url(images/header.jpg);
  height: 124px;
}

#header h1 {
  display: none;
}

#content {
  margin-top: 4px;
  margin-left: 200px;
  padding-right: 5px;
  padding-bottom: 20px;
}

th {
  text-align: left;
  padding-right: 8px;
  vertical-align: top;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-top: 0px;
}

table.contact th {
  width: 100px;
  padding-bottom: 5px;
  text-align: center;
}

div.gallery {
  text-align: center;
}

div.gallery img {
  border: 1px solid black;
}