body {
  background-color: #FFFFD5;
  text-align: center;
}

#wrapper {
  width: 760px;
  height: auto;
  text-align: left;
  margin: 10px auto;
}

#inside {
  float: left;
  border: 2px ridge #000000;
}

#header {
  width: 760px;
  height: auto;
  border-bottom: 2px ridge #000000;
  float: left;
}

#header img {
  margin: 5px;
}

#header a, #header a:visited {
  text-decoration: none;
  color: #006633;
}	

#infopanel {
  width: 760px;
  height: auto;
  border-bottom: 2px ridge #000000;
  float: left;
}

#menu {
  width: 760px;
  height: auto;
  border-bottom: 2px ridge #000000;
  background-color: #BFFFBF;
  float: left;
}

#menu ul {
  list-style-type: none;
}

#menu li {
  display: inline;
  font-variant: small-caps;
  padding: 0 8px;
}

#menu img {
  border: none;
  margin-bottom: -4px;
  padding: 3px 0;
}

.zv {
  margin: 5px 0 5px 5px;
  float: right;
}

#content {
  width: 505px;
  height: auto;
  float: left;
  text-align: justify;
}

#content-full {
  width: 760px;
  height: auto;
  float: left;
}

#content p, h2, h3 {
  margin: 10px;
}

#sidebar {
  width: 200px;
  height: auto;
  padding: 20px 25px;
  float: right;
  background-color: #BFFFBF;
}

#sidebar p {
  margin: 3px 0 10px 0;
  font-size: 0.9em;
  text-align: center;
}

.vcard {
  width: 380px;
  height: auto;
  float: left;
  margin: 5px;
}

.vcard p, .opened p {
  margin: 3px 0;
}

.opened {
  width: 300px;
  height: auto;
  float: left;
  margin: 5px;
}

.left {
  float: left;
}

.invite {
  font-size: 1.2em;
  color: #009900;
  margin: 30px 100px;
  text-align: center;
}

h1 {
  color: #006633;
  font-size: 1.6em;
  text-align: center;
}

img {
  border: none;
}

table {
  margin: 10px;
}

td {
  padding: 5px 10px;
}
