

body {
  text-align: center; /* center body in IE6 */
  line-height: 140%;
  font-size: 14px;
  font-family: verdana, arial, sans-serif;
  background: #3e2900;
}
h1 {
  font-size:120%;
  width:100%;
}

div#wrapper {
  margin: 0 auto 0 auto; /* center body in more compliant browsers */
  text-align: left;
  width: 980px;
}
div#header {
  height:140px;
  background: url("../img/title.png") no-repeat;
}

div#navigation, div#sponsors {
  float:left;
}
div#navigation {
  margin-top:15px;
  width:150px;
  background-position: 0 -10px;
}
div#navigation ul {
  border-bottom: 1px solid #ffde00;
  border-left: 1px solid #ffde00;
  border-right: 1px solid #ffde00;
  margin:0px;
  margin-left:32px;
  padding:0;
  background-color:white;
  width:119px;
}
div#navigation ul li {
  list-style-type:none;
  list-style-position:inside;
  margin:0; 
  padding: 5px 0 5px 0;
  cursor: pointer;
}
div#navigation ul li.spacer {
  border-bottom: 1px solid #fe8;
}
div#navigation ul li:hover {
  background-color: #fe8;
}
div#navigation ul li a {
  text-decoration: none;
  color:#444;
  font-size:14px;
  font-weight:bold;
  display:block;
}
div#navigation ul li:hover a {
  color:#000;
}

div#content {
  float:left;
  width:625px;
  margin-left:10px;
  margin-bottom:4em;
  padding: 0px;
}
div#doc {
  background:#ffffff url(../img/doc-bg-leaves.png) no-repeat top right;
  border-left:1px solid #ffde00;
  border-right:1px solid #ffde00;
}

div#tl_corner {
  width:10px;
  background: url(../img/tl-corner.png) no-repeat;
  float:left;
}
div#t_middle {
 border-top: 1px solid #ffde00;
  border-right: 1px solid #ffde00;
   border-left: 1px solid #ffde00;
 background-color:white;
}  
div#tr_corner{
  width:10px;
  background: url(../img/tr-corner.png) no-repeat;
  float:right;
}

div#sponsors {
  width:170px;
}
div#footer {
  clear:both;
  text-align:center;
  background:#ffa200 url(../img/footer-bg-leaves.png) no-repeat top right;
  padding: 7px;
  color: #444;
  border: 1px solid #ffde00;
}
div#footer a{
  color:#444;
  font-weight:bold;
}
div.article-stub {
  width:100%;
  padding-top:15px;
}
div.article-stub div.title {
  padding: 1px 0 4px 4px;
  background-color: #ffe;
  border: 1px solid #eec;
}
div.article-stub div.title a {
  font-size:18px;
  text-decoration: none;
  font-weight: bold;
  color: #410;
}
div.article-stub p{
  padding-top: 10px;
}
p.blurb{
  padding: 15px;
  color: #410;
  font-style: oblique;
}
div.webring, span.st2flamenco {
  text-align:middle;
  color:#866 !important; 
}
div.webring center {
  margin: 0 auto;
}
div.webring input {
  border-width: 1px;
  margin:3px;
  float:left;
  display:block;
  width:70px;
  height:14px;
  font-size:9px;
  border:1px solid #866;
}
div.webring table {
  display:block;
  margin:0 25px !important;
}
div.webring input[type='text'] {
  background-color:#caa !important;
}
div.webring input[type='submit'] {
  background-color:#a88;
  cursor:pointer;
}
div.webring input[type='hidden'] {
  display:none;
}
div.webring a, div.webring span.st1flamenco{
  color:#ecc !important;
  text-decoration:none;
}
div.webring img {
  display:none;
}

