body {
  margin: 0px;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 140%;
  background-color: #fff;
  color: #000;
  text-align: center;
}
a { color: #191; }
a.grey { color: #666; text-decoration: underline; }
a.grey:hover { color: #666; text-decoration: none; }
a.nav { color: #191; }
a.nav { color: #666; text-decoration: none; }
a.nav:hover { color: #000; text-decoration: underline; }
.main {
  width: 1050px; text-align: left; margin-top: 70px; margin-bottom: 70px;
  position:relative;
}
.column {
  position:absolute;
  top: 100px;
  left: 0px;
  width: 250px;
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 15px;
  padding-bottom: 15px;
  text-align: left;
  border-left: 2px dotted #C0C0C0;
  line-height: 150%;
}
.title {
  position:absolute;
  top: 0px;
  left: 200px;
  width: 700px;
  text-align: left;
}
.photo {
  position:absolute;
  top: 0px;
  left: 800px;
}
.content {
  position:absolute;
  top: 90px;
  left: 200px;
  width: 550px;
  text-align: left;
  padding-bottom: 50px;
}
.aside {
  position:absolute;
  top: 225px;
  left: 800px;
  width: 270px;
  font-size: 14px;
  font-weight: normal;
  line-height: 110%;
}
h1 {
  font-family: "Amaranth", "Carter One", "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, serif;
  font-size: 27px;
  font-weight: normal;
  margin: 0px;
  color: #181;
  margin-bottom:15px;
  margin-top:5px;
}
h2 {
  font-family: "Amaranth", "Carter One", "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
  color: #181;
  margin-bottom:25px;
  margin-top:35px;
  clear:both;
}
.apaper {}
.paper { margin-top: 14px; margin-left: 14px; }
h3 {
  font-family: "Amaranth", "Arial Narrow", Arial, serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
  color: #555;
}
.asidetitle {
  font-weight: bold;
  color: #555;
}
ul { padding-bottom: 5px; }
li { padding-bottom: 5px; }
