body {
  background-color: #e6e6e6;
  background-image: url(/images/bg.gif);
  background-repeat: repeat-y;
  font-family: "Times New Roman", Times, serif;
}
#container {
  padding: 15px;
}
#sidebar {
  float: left;
  position: fixed;
  width: 320px;
}
#content {
  max-width: 800px;
  margin-left: 320px;
}
#logo {
  margin-top: 78px;
  margin-left: 76px;
}
#logo a {
  display: block;
  width: 229px;
  height: 105px;
  background: url(/images/logo.gif) no-repeat;
  text-indent: -9999px;
}
#slogan {
  margin-top: 9px;
  margin-left: 77px;
}
#slogan a {
  display: block;
  width: 198px;
  height: 17px;
  background: url(/images/slogan.gif) no-repeat;
  text-indent: -9999px;
}
#navigation {
  margin-top: 29px;
  margin-right: 15px;
  float: right;
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 1px;
}
#navigation a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 9px;
  background: url(/images/nav-left-sprite.gif) no-repeat left top;
  padding: 6px 8px;
}
#navigation li {
  float: right;
  display: block;
  clear: both;
  height: 21px;
  background: url(/images/nav-right-sprite.gif) no-repeat right top;
  margin-bottom: 7px;
}
#navigation a:hover, #navigation a.active {
  background: url(/images/nav-left-sprite.gif) no-repeat left bottom;
}
#navigation li.active {
  background: url(/images/nav-right-sprite.gif) no-repeat right bottom;
}
#contact a {
  background: #302e2b url(/images/contact.gif) no-repeat;
  text-indent: -9999px;
  height: 50px;
  width: 320px;
  position: fixed;
  bottom: 66px;
}
#contact a:hover {
  background-image: url(/images/contact-hover.gif);
}
#twitter a {
  background: #302e2b url(/images/twitter-sprite.gif) no-repeat top left;
  text-indent: -9999px;
  height: 50px;
  width: 320px;
  position: fixed;
  bottom: 15px;
}
#twitter a:hover {
  background-position: bottom left;
}
#content {
  padding: 70px;
}

a {
  color: #d0135e;
}
p {
  margin-bottom: 1em;
  line-height: 1.15em
}
.hfeed p {
  text-align: justify;
}

h1, h2, h3, h4, h5 {
  text-align: left;
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-weight: bold;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.125em;
  margin-bottom: 0.75em;
}
h3 {
  text-transform: uppercase;
}
h1 a, h2 a, a.header {
  color: black;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, a.header:hover {
  color: #d0135e;
}

#content ul, #content ol {
  font-size: 0.75em;
  list-style: disc;
  margin-bottom: 1.5em;
}
#content li {
  font-size: 1.25em;
  line-height: 1.15em;
}
span.no-wrap {
  white-space: nowrap;
}

p.news, p.page_control {
  border: 1px #a8a8a8 solid;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0.5em 10px;
  margin: 0 -10px
}
p.news {
  margin-top: -20px;
  margin-bottom: 20px;
}
p.news span {
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-weight: bold;
  margin-right: 10px;
}
p.page_control a {
  margin: 0 10px;
}
p.page_control a[rel="prev"] {
  margin: 0;
  float: left;
}
p.page_control a[rel="next"] {
  margin: 0;
  float: right;
}

hr {
  border: none;
  border-top: 1px #a8a8a8 solid;
  margin: 0 -10px 1em;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
