@charset "utf-8";

/***********************************************************************\
\*** General ***********************************************************/
html {
  font-size:100%;
  line-height:1.125em;
}

body {
  margin:0;
  padding:0;
  
  width:800px;
  /*border: 1px solid black;*/
  margin-left:auto;
  margin-right:auto;
  
  font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
  font-size:0.9em;/*12px;*/
  color:#000000;
    
  background-image:url(../img/sand_hell.jpg);
  background-color:#D8E8FF;
}

#header {
  background-image:url(../img/book_top.jpg);
  height:200px;
}

#page {
  background-image:url(../img/book_back2.jpg);
  background-repeat:repeat-y;
}

#menu {
  /*border: 1px solid red;*/
  width:155px;
  float:left;
  margin-top:17px;
}

#content {
  /*border: 1px solid green;*/
  min-height:500px;
  width:500px;
  margin:0px 0px 0px 200px;
  padding:0px 30px;
}

#footer {
  background-image:url(../img/book_footer.jpg);
  background-position:0 -20px;
  height:90px;
}

a {
  color: #654D29;
  text-decoration: none;
}
a:hover {
  color: #95723D;
  text-decoration: underline;
}

ol, ul {
  margin-top:0px;
  margin-bottom:0px;
}


ul {
  list-style: none;
}
ul li:before {
  content: "\00BB \0020";
}

#content img {
  margin:5px 10px;
}

h2, h3 {
  margin: 15px 0px 10px 0px;
  padding: 15px 0px 0px 0px;
}

hr {
  height:1px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #654D29;
  margin:40px 0px 30px 0px;
}