/* TYPOGRAPHY */

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.2em;
  color: #333;
  font-family: arial, sans-serif;
  font-size: 0.9em;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

h1 {
  font-weight: normal;
}

h2 {
  font-size: 1.5em;
  line-height: 1em; /* 1.8 / 1.5 */
  margin-bottom: 1.5em; /* TODO check this */
}

h3, h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

ul, ol {
  margin-bottom: 1.5em;
}

li {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

/* LAYOUT */

body {
  /*max-width: 45em;*/
  max-width: 800px;
  margin: 2em auto;
}

#header {
  padding: 1.5em;
  text-align: center;
  padding-bottom: 3.5em;
}

#main {
  padding: 3em;
  padding-top: 2.5em;
  margin-top: -1.5em;
}

#header img.logo {
  float: left;
  width: 6em;
  margin-right: -2em;
}

#nav a {
  margin: 0 .5em;
}

/* STYLES */

body {
  font-family: 'Arial';
  background: #E6E6E6;
}

#header {
  background: #BEBEBE;
}

#main {
  /*background: #fff;*/
  /*box-shadow: 0 0 .2em #aaa;*/
}

h1 {
  font-size: 2.667em;
  line-height: 1em;
  margin-top: .5em;
  margin-bottom: 0;
}

#header {
  border-top-left-radius: .67em;
  border-top-right-radius: .67em;
  border-bottom-left-radius: .67em;
  border-bottom-right-radius: .67em;
  /*box-shadow: 0 0 .2em #aaa;*/
}

#main {
  /*border-radius: .333em;*/
  border-radius: .67em;
}

ol, ul {
  padding-left: 1.8em;
  text-align: left;
}

.group_photo {
  width: 70%;
  margin: 1em 0 1em 5.5em;
  height: 20em;
  overflow: hidden;
}

img {
  width: 100%;
}

a:link {
    color: #990000;
    text-decoration: underline;
}
a:visited {
    color: gray;
    text-decoration: underline;
}
a:hover {
    color: #990000;
    text-decoration: none;
}
a:active {
    color: #990000;
    text-decoration: none;
}
.title_link {
  font-weight: bold;
}


a {
    color: #990000;
}

#nav a {
  color: #E6E6E6;
  text-decoration: none;
  font-size: 1.1em;
}

#nav a:hover {
  text-decoration: underline;
}

table {
  margin: 0 0;
}

td,th{
  padding-bottom: .8em;
  vertical-align: top;
}

/* NAV OPTIONS */

#nav {
  text-align: center;
  background: #990000;
  display: block;
  padding-bottom: 2.667em;
  border-top-left-radius: .67em;
  border-top-right-radius: .67em;
  margin-top: -1em;
  padding-top: 1.333em;
  /*box-shadow: 0 0 .2em #999;*/
}
