body {
  margin: 0;
  padding: 0;
  background: #999;
  color: #444;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}
#header {
  height: 300px;
  background: #666 url(/images/masthead.gif) no-repeat;
  text-indent: -5000px;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #777;
}
#header span {
  display: none;
}
#outer {
  margin: 0 auto;
  max-width: 100em;
  background: #eee url(/images/outer.gif) repeat-y 20% 0;
}
#inner {
  background: transparent url(/images/inner.gif) repeat-y 44% 0;
}
#main {
  float: right;
  width: 80%;
}
#content {
  float: right;
  width: 69%;
  font-size: 1.4em;
  line-height: 1.6em;
}
#content-wrapper {
  margin: 1em 5em 1em 3em;
}
#nav {
  overflow: hidden;
  float: left;
  width: 30%;
  font-size: 1.2em;
}
#nav-wrapper {
  margin: 1.3em 1em 1em;
}
#sidebar {
  overflow: hidden;
  float: left;
  width: 20%;
  text-align: center;
}
#sidebar-wrapper {
  margin-top: 2.8em;
}
#footer {
  clear: both;
  background: #666;
  color: #444;
  font-size: .9em;
  padding: 1em 1em 4em;
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav li {
  margin: 0;
  padding: 0;
  font-family: Georgia, Baskerville, "Times New Roman", serif;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
  color: #c0160e;
}
#nav a.current:link {
  background: transparent;
  color: #c0160e;
}
#nav a:link, #nav a:visited {
  display: block;
  padding: 1em .5em;
  width: 87%;
  border: none;
  text-decoration: none;
  background: transparent;
  color: #666;
}
#nav a:hover {
  background: #ddd;
}
#content a:link {
  background: transparent;
  color: #c0160e;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}
#content a:visited {
  background: transparent;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}
#content a:hover {
  background: #ddd;
  border-bottom: 1px solid #666;
}
#content a:active {
  border-bottom: 1px solid #c0160e;
}
#intro {
  font-size: 1.4em;
  line-height: 1.6em;
}
#gallery {
  width: 100%;
}
ul#gallery-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#gallery-list a,
ul#gallery-list a:link,
ul#gallery-list a:visited,
ul#gallery-list a:hover,
ul#gallery-list a:active {
  background: transparent;
  border: none;
  font-size: .8em;
  line-height: .9em;
}
ul#gallery-list li {
  float: left;
  width: 150px;
  height: 200px;
  margin: 0 1em 1em 0;
  font-size: .8em;
  line-height: .9em;
}
h1 {
  background: transparent;
  color: #c0160e;
  text-transform: lowercase;
  font-size: 1.9em;
  line-height: 1.1em;
}
h2 {
  background: transparent;
  color: #c0160e;
  text-transform: lowercase;
  font-size: 1.5em;
  line-height: 1.1em;
}
img {
  border: none;
}
img.thumb {
  border: 1px solid #666;
  margin-bottom: 1em;
}
label {
  display: block;
  padding-bottom: 1em;
}
.excerpt {
  font-style: italic;
}
.meta {
  font-size: .9em;
}
