html {
  height: 100%;
}
body {
  text-align: center;
  background: #fff ;
  color: #796756;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans;
  font-size: 11px;
  line-height: 1.2em;
  height: 100%;
}

img {
  border: 0;
}

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

/* outer page wrapper               */
div#pageWrap {
  width: 490px;
  background: #fff url(../images/interior_bottom.jpg) bottom center no-repeat;
  margin: 0 auto;
  padding: 0 0 120px 0;
  text-align: left;
}

div#pageHeader {
  text-align: center;
  margin: 80px 0 0 0;
  padding: 0;
}

div#pageHeader img#logo {
  width: 178px;
  height: 62px;
  margin: 0;
  padding: 0;
}

div#pageHeader img.navRule {
  width: 445px;
  height: 7px;
  margin: 0;
  padding: 0;
}

div#pageHeader img#believe {
  width: 445px;
  height: 28px;
}

div#pageHeader ul {
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
  font-size: 11px;
  list-style: none;
  color: #999;
  background: transparent;
}

div#pageHeader ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: 0px;
  width: 70px;
  float: left;
}

div#pageHeader ul li a{
  display: block;
  text-decoration: none;
  color: #666;
}

div#pageHeader ul li a:hover{
  display: block;
  text-decoration: none;
  color: #000;
}

div#homeContent {
  text-align: center;
  line-height: 1.8em;
  padding: 0;
  margin: 0;
}

div#pageContent {
  text-align: left;
  line-height: 1.4em;
  padding: 50px;
}

div#pageContent h5 {
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: underline;
}

div#pageContent ol#fiveRules {
  margin: 0;
  padding: 0;
}

div#pageContent ol#fiveRules li {
  margin-top: 10px;
  line-height: 2.0em;
}

span.rulesLi {
  font-weight: bold;
  font-style: italic;
}

span.firstLetter {
  font-size: 1.5em;
  font-weight: bold;
}

div#centeredHeader {
  text-align: center;
}

p.boldSpace {
  font-weight: bold;
  line-height: 2.5em;
}

table#workSamples {
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table#workSamples td {
  border-top: 1px solid #ddd;
}

table#workSamples td.workThumb {
  width: 90px;
  text-align: center;
}

table#workSamples td.workThumb img {
  width: 80px;
  height: 60px;
}

table#workSamples td.workDescription {
  padding: 3px;
}

/*{{{ dropdown menu stuff                       */
div.menu {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  text-align: left;
  width: 140px;
  border: 0;
  padding: 0px;
  z-index: 20;
  margin: 0;
}

/*
  The lists that appear in the drop-down menus.
  The only thing unusual here is the list-style: none;
  This prevents the browser from putting in the dots
  that usually appear in an unordered list.
*/
div.menu ul {
  margin: 0px 0 0 0px;
  padding: 0px;
  width: 140px;
  list-style: none;
  display: block;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

div.menu li {
  font-size: 9px;
  font-weight: bold;
  line-height: 14px;
  text-indent: 5px;
  margin: 0px 0 0 0;
  padding: 0px;
  width: 140px;
  height: 17px;
  display: block;
  color: #ddd;
  border-bottom: 1px solid #ddd;
}

div.menu li a, div.menu li a:visited {
  height: 17px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  display: block;
  color: #333;
  background: #fff;
  text-decoration: none;
}

div.menu li a:hover {
  text-decoration: none;
  color: #fff;
  background: #FCB134;
}

/*}}}                                   */


