body {
  background-color: #fffa00;
  background-image: url('/images/background.jpg');
  background-repeat: repeat-x;
  padding: 15px 0; }

a {
  text-decoration: underline;
  color: #f8f800; }
  a:hover {
    text-decoration: underline;
    color: #eee; }

.container {
  background-image: url('/images/container_938x10.gif');
  background-position: 6px 0;
  background-repeat: repeat-y; }

.content {
  background-image: url('/images/container_938x667.gif');
  background-position: 6px 0;
  background-repeat: no-repeat; }

#footer {
  background-image: url('/images/footer_938x50.gif');
  background-position: 6px 0;
  background-repeat: no-repeat;
  height: 50px; }
  #footer p {
    padding: 10px 0 0 0;
    text-align: center; }

#logo {
  height: 145px;
  position: relative; }
  #logo img {
    position: absolute;
    left: 10px;
    top: 23px; }
  #logo p.title {
    padding: 30px 0 0 130px;
    font-size: 2.5em;
    font-weight: bold;
    color: #eee;
    margin: 0; }
  #logo p.tagline {
    padding: 0 0 0 130px;
    color: #eee;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0; }

ul#nav {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0 0 0 300px;
  line-height: 1; }
  ul#nav li {
    position: relative;
    float: left;
    display: inline;
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 14px;
    text-align: left; }
    ul#nav li a {
      display: block;
      text-decoration: none;
      padding: 5px;
      color: #eee; }
      ul#nav li a:hover {
        text-decoration: underline;
        color: #f8f800; }

ul#sidebar {
  list-style: none; }
  ul#sidebar li {
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    height: 39px;
    width: 131px;
    padding: 0;
    font-size: 14px;
    text-align: left;
    background-image: url('/images/sidebar_item_131x39.gif');
    background-repeat: no-repeat; }
    ul#sidebar li a {
      padding: 6px 0 0 0;
      font-size: .9em;
      display: block;
      text-decoration: none;
      text-align: center;
      color: #eee;
      line-height: 1.1; }
      ul#sidebar li a:hover {
        text-decoration: underline;
        color: #000; }
  ul#sidebar li.single a {
    padding: 12px 0 0 0; }

h1, h2, h3 {
  color: #eee;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

p, ul, ol, td, th {
  color: #eee;
  font-size: 1.1em; }

.center {
  text-align: center; }

.hidden {
  display: none; }

