body {
   background: #eee url(/stage/images/bg.gif) repeat-y 50%;
   font-family: Candara, Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 0;
}

#wrap {
   margin: 0 auto;
   width: 600px;
}

#page {
   float: left;
   width: 400px;
}

#sidebar {
   float: right;
   color: #999;
   width: 170px;
}

h1#header {
   width: 622px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 300%;
   background: url(/stage/images/header.jpg);
   height: 145px;
   border-bottom: 5px solid #222;
   line-height: 145px;
   font-weight: bold;
   letter-spacing: 3px;
   margin: 0px auto;
   margin-bottom: 15px;
   text-align: center;
}

html>body { margin-bottom: 0px; }

#page h2 {
   font-weight: normal;
   font-size: 155%;
   color: #222;
   border-bottom: 1px dotted #ccc;
   margin-bottom: 5px;
   padding-bottom: 2px;
}

#page h3 {
   font-weight: normal;
   font-size: 150%;
   color: #777;
   margin-bottom: -5px;
}

#page pre {
  margin: 0px 20px 0px 20px;
  padding: 3px 10px 3px 10px;
  background-color: #efefef;
  font-size: 90%;
}

#sidebar h3 {
   font-weight: normal;
   font-size: 150%;
   color: #777;
   margin-bottom: -5px;
}

#wrap a:link, #wrap a:visited {
   text-decoration: none;
   color: #003366;
   border-bottom: 0px solid #003366;
}

#wrap a:hover {
   text-decoration: none;
   color: #cc3300;
   border-bottom: 0px solid #cc3300;
}

#header a, #header a:hover {
   color: #fff;
   text-decoration: none;
}

#footer {
   margin: 0 auto;
   color: #fff;
   background: #333 url(/stage/images/footer.gif);
   width: 622px;
   clear: both;
   text-align: center;
}

#footer td {
   padding: 5px 10px 5px 10px;
}

#footer a {
   color: #888;
   text-decoration: none;
}

#footer a:hover {
   color: #ccc;
}

#footer td#copy {
   width: 400px;
}

#footer td#logo {
   width: 170px;
}

p.quote {
  margin: 0px 20px 0px 20px;
  padding: 3px 10px 3px 10px;
  background-color: #efefef;
}

p.source {
   text-align: right;
   font-size: smaller;
}

p.note {
   padding: 5px 0px 5px 0px;
   font-size: 10px;
   color: #aaa;
}

p.info {
   padding: 5px 0px 5px 0px;
   font-size: 10px;
   color: #aaa;
}

.hide {
  display: none;
}

li {
  list-style: square;
}

img {
   border: none;
}

div.logoright {
   float: right;
   padding: 0px 20px 5px 5px;
   margin: 0px 0px 3px 3px;
}

table.logo {
   margin: auto;
}

table.logo td {
   font-size: 16px;
   padding: 15px;
   vertical-align: middle;
}

table.logo td.logo {
   text-align: center;
}

#sidebar ul {
  padding: 3px 0px 3px 10px;
}

html>body #sidebar ul {
  padding: 3px 0px 3px 30px;
}

#bits li {
   padding-bottom: 5px;
}

#bits li:hover {
   color: #666;
}

div#navcontainer {
   width: 622px;
   margin: 0 auto;
   background-color: #906449;
   border-bottom: 1px solid #FFFFFF;
}

div#navcontainer ul {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: white;
   text-align: center;
   margin: 0;
   padding-bottom: 5px;
   padding-top: 5px;
}

div#navcontainer ul li {
   display: inline;
   margin-left: -3px;
}

div#navcontainer ul li a {
   padding: 5px 10px 5px 10px;
   color: white;
   text-decoration: none;
}

div#navcontainer ul li a.current {
   background-color: #704429;
   color: white;
}

div#navcontainer ul li a:hover {
   background-color: #003300;
   color: white;
}

#active a { border-left: 1px solid #fff; }