root { 
  display: block;
}

body {
  font-family: 'Arial','sans-serif';
  font-size: 10pt;
  text-align: center;
  line-height: 1.5em;
}

h1 {
  font-size: 14pt;
}

#container {
  width: 800px;
  margin:0 auto;
  text-align: left;
}

#header {
  background-image: url(images/vepl.gif);
  background-repeat: no-repeat;
  height: 96px;
}

#main-menu {
  background-image: url(images/main-menu-bg.JPG);
  background-repeat: repeat-x;  
  width: 800px;  
  height: 36px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; /* IE9 */
}
.main-menu-item {
  width: 100px;
  height: 28px;
  padding-top: 8px;
  float: left;
  display: block;

  font-weight: bold;  
  color: #FFFFFF;  
  text-align: center;
  text-decoration: none;
}
a.main-menu-item:hover {
  text-decoration: underline;
}

#primary-content {
  padding: 20px;
}

#footer {
  height: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 8pt;
  color: #888888;
}

.people-image {
  float:left;
  margin:10px;
}