body {
  width: 920px;      /* 2x LC width + RC width */
  font: small Verdana, sans-serif;
  margin: 0 auto;
}
#container {
  padding-left: 200px;   /* LC width */
  padding-right: 150px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#header {
  margin-bottom: 15px;
}
#banner {
  text-align: center;
  margin: 3px 0 5px 0;
}
#maincontent {
  background: #ffffff;
  width: 100%;
}
#maincontent h1 {
  margin: 0 0 3px 0;
  padding: 2px 0 3px 0;
  font-size: small;
}
#maincontent h1#watitle { 
padding: 0 0 0 10px;
color: #645c4f;
}
#maincontent h1#wachapter { 
padding: 0 0 0 20px;
color: #645c4f;
}
#maincontent h1#wasection { 
padding: 0 0 0 30px;
color: #645c4f;
}
#maincontent h1#watitle a,
#maincontent h1#watitle a:visited,
#maincontent h1#wachapter a,
#maincontent h1#wachapter a:visited {
  text-decoration: none;
  color: #645c4f;
}
#maincontent h1#watitle a:hover, 
#maincontent h1#wachapter a:hover {
  text-decoration: none;
  color: #5f3223;
}
#maincontent h2 {
  margin: 0;
  border: 0;
  padding: 15px 0 0 0;
  color: #5f3223;
  font-size: small;
}
#maincontent h2.sectionnum {
  font-size: medium;
  font-family: monospace;
  margin: 0;
  padding: 5px 0 0 0;
  border: 0;
} 
#maincontent p.sectiontext {
  font-size: small;
  font-family: monospace;
}
#maincontent p.note {
  font-size: small;
  font-family: monospace;
  padding: 5px 0 0 10px;
  margin: 0;
  border: 0;
}
#maincontent td {
  font-size: small;
  font-family: monospace;
  padding: 0 0 0 10px;
  margin: 0;
  border: 0;
}
#navigation {
  background: #ffffff;
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}
#navigation h1 {
  background: #ada392;
  color: #5f3223;
  font-size: small;
  padding: 2px 0 3px 2px;
  margin: 0 10px 3px 0;
}
#navigation h1 a {
  text-decoration: none;
  color: #5f3223;
}
#navigation h2 {
  margin: 2px 0px 2px 15px;
  font-size: x-small;
}
#navigation h2 a,
#navigation h2 a:visited {
  text-decoration: none;
  color: #645c4f;
}
#navigation h2 a:hover {
  text-decoration: none;
  color: #5f3223;
}
#adspace {
  background: #ffffff;
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
  text-align: right;
}
#footer {
  background: #ffffff;
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}


