body {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  background-color: #e9e9e9;
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  font-size: 13px;
  color: #222;
}

dl { margin-left: 0.5em; padding-left: 1em; border-left: 5px solid #eee; }

dt { 
  font-family: georgia, times, serif;
  font-weight: normal;
  font-size: 16px;
}

dd { margin: 0.5em 0 2em 0; font-size: 11px; color: #444; }

address { font-style: normal; }

h1 {
  font-family: georgia, times, serif;
  font-weight: normal;
  color: #000;
}

h2 {
  font-family: georgia, times, serif;
  font-weight: normal;
  font-size: 22px;
  color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
}

a  { color: #03c }

a:hover {
  background: #03c;
  color: #fff;
  text-decoration: none;
}

a.selected {
  background: #03c;
  color: #fff;
  text-decoration: none;
}

#page {
  width: 900px;
  margin: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  background-color: #fff;
  padding: 20px;
  width: 660px;
  margin-bottom: 2em;

  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  -webkit-box-shadow: 2px 2px 3px #bbb;
}

#content h1 {
  margin-top: 0.3em;
}

#content h2 a {
  color: #000;
  text-decoration: none;
}

#content h2 a:hover {
  color: #000;
  background: transparent;
  text-decoration: underline;
}

#content ul { padding-left: 5px; }
#content li { margin-left:  10px; }

#sidebar {
  float: right;
  width: 175px;
  font: normal 16px georgia, times, serif;
}

#sidebar ul {
  margin-left: 0;
  padding-left: 0;
}

#sidebar li {
  list-style-type: none;
}

#sidebar ul.links li {
  margin-bottom: 7px;
}

#sidebar ul.links a {
  padding: 1px;
}

#header, #intro {
  padding-left: 10px;
  padding-right: 30px;
}

#header h1,
#header h2 { margin: 0 }

#header h1 {
  font-size: 42px;
}

#header h2 {
  color: #888;
  font-size: 16px;
}

#intro {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 15px;
}

#outtro {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee;
  color: #555;
  font-size: 9px;
  padding: 10px;
  margin: 5em 0 0 0;
  text-align: center;
}

#outtro a {
  color: #333;
}

#outtro a:hover {
  color: #fff;
}

span.highlight {
  background: #ffc;
}

.map { border: 1px solid #aaa; float: right; text-align:right; margin-right: -15px;}
.map a img { border:none; }
.map a:hover { background: #ffc; }
