html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before {
  content: '';
  content: none;
}
blockquote:after {
  content: '';
  content: none;
}
q:before {
  content: '';
  content: none;
}
q:after {
  content: '';
  content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-position: right top;
  font-size: 16px;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin-left: 0;
  width: 1000px;
  color: #333333;
}
.right {
  margin-left: auto;
  margin-right: 20px;
}
#side {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0px;
  right: 0;
  width: 200px;
  height: 100%;
  padding-top: 100px;
  border-left: 2px solid white;
  z-index: 100;
}
#side div { margin: 20px; }
#side img { margin: 20px; }
#side ul + ul { margin: 20px 0; }
#side p + ul { margin: 0 20px; }
#content {
  width: 800px;
  margin-left: 0;
}
#content p { margin: 20px; }
#content img { margin: 20px; }
#content blockquote { margin: 20px; }
#content h1 { margin: 20px; }
#content h2 { margin: 20px; }
#content h3 { margin: 20px; }
#content ul { margin: 20px; }
#content img { display: inline-block; }
#content .right img {
  margin-left: auto;
  margin-right: 0;
}
#content li { margin: 0 20px; }
#content h1 {
  font-weight: 200;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  top: 5px;
  text-align: left;
  width: 61.8%;
}
#content h1.wide { width: 100%; }
#content h1 { margin-top: 80px; }
#content h1.oneline:first-child { margin-top: 200px; }
#content h1.twoline:first-child { margin-top: 160px; }
#content h1.threeline:first-child { margin-top: 120px; }
#content h1.fourline:first-child { margin-top: 80px; }
#content h1.fiveline:first-child { margin-top: 40px; }
#content .caption.below {
  display: none;
  float: right;
  width: 265px;
  margin: 0 20px 0px 20px;
  text-align: right;
  height: 0;
}
#content .caption.below + img { margin-top: 0; }
#content .caption.right {
  float: right;
  display: none;
  width: 200px;
  bottom: 0;
}
#content p { text-align: justify; }
#content blockquote { text-align: justify; }
#content a {
  text-decoration: none;
  color: #0000ff;
  border-bottom: 1px solid #aabbff;
}
#content a:hover { border-bottom: 1px solid #0000ff; }
::selection, -moz-selection { background: #aabbff; }
img { display: block; }
div.nav a {
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}
div.nav.menu1 a:hover {
  background: rgba(0, 0, 0, 0.18);
  padding: 4px 8px;
  height: 24px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
  left: -8px;
  color: #666666;
}
div.nav.menu1 a.current {
  background: rgba(0, 0, 0, 0.18);
  padding: 4px 8px;
  height: 24px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
  left: -8px;
  color: #666666;
}
