body {
  background-color: #084460;
  margin: 30px;
}
a {
  color: #0099CC;
}
.info-container, div.vcalendar {
  padding: 10px;
  background-color: white;
/*  max-width: 600px;*/
  margin: 0px auto;
}
div.event-detail {
  margin: 20px;
  border-bottom: 1px dotted black;
}
h1, h2 {
  font-family: helvetica, arial;
}
abbr {
  text-decoration: none;
  font-style: italic;
}
#header {
  float: left;
}
h2 {
  font-size: 1.25em;
  margin-bottom: 0px;
}
.event-detail p {
  margin-top: 4px;
  line-height: 1.25;
}
p#buttons {
  text-align: right;
  margin-right: 20px;
}
p#buttons img {
  border: 0px;
}
.navigation {
  text-align: center;
}
p.logo {
  text-align: right;
}
p.logo img {
  border: none;
}
#page-content {
  margin-left: 280px;
}