/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
- light green #758e70
- dark red #b60a00
- cream #f9f5d0
- light brown #eec079
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
html { overflow-y: scroll; }
body {
  background-color: #eec079;
  background-image: url("../img/bg_eec079.jpg");
  background-repeat: repeat-x;
}
.outer {
  border: 4px solid #b60a00;
  background-color: #f9f5d0;
  background-image: url("../img/inset.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 700px;
}

/**************************************/
/*              HEADER                */
/**************************************/
p.name {
  font-size: 200%;
  margin: 0.5em 1em 0.5em;
  border-bottom: 1px solid #666;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/
ul.leftnav {
  font-family: serif;
  font-size: 150%;
  font-weight: bold;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1em;
  text-align: right;
}
ul.leftnav li {margin-bottom: 1em;}
ul.leftnav li a:link, ul.leftnav li a:visited {
  color: #758e70;
  text-decoration: none;
}
ul.leftnav li a:hover {text-decoration: underline;}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.main p, .main li {
  font-family: serif;
  font-size: 120%;
}
ol li {
  margin-bottom: 1em;
}
.main h1 {
  color: #b60a00;
  margin: 0 0 1em;
}

#rightbar { overflow: hidden; }
#cover { margin-left: 200px; }
ul.quotes {
  color: #b60a00;
  font-family: serif;
  font-size: 120%;
  font-weight: bold;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1em;
}
ul.quotes li {margin-bottom: 1em; display: none;}
/*
ul.quotes li:before {content: "\201C";}
ul.quotes li:after {content: "\201D";}
*/

/**************************************/
/*               FOOTER               */
/**************************************/


