html {
  padding: 0px;
  margin: 0px;
}

body {
	background-color: rgb(233,223,191);
	background-image: url(../imgs/bckgrd.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: "Luxi Sans", sans-serif;
        padding: 0px; margin: 0px;
}

h1 {
  width: 577px;
  height: 200px;
  padding: 0px;
  margin: 0px auto 20px auto;
  background-image: url(../imgs/level2_title.png);
  background-repeat: no-repeat;
  background-position: center;
}

#main_navigation {
  background-color: rgb(126,114,98);
  width: 75%;
  text-align: center;
  margin: 0px auto;
  padding: 7px;
  border: 2px solid black;
  border-top: none;
}

#tag_line {
  /* color: rgb(233,223,191); */
  color: black;
  font-weight: bold;
  text-align: center;
}

#main_navigation a {
  color: white;
  text-decoration: none;
}

#main_navigation a:hover {
  text-decoration: underline;
}

#body_content {
  margin: 30px;
  padding: 5px 15px;
  border: 1px solid black;
  background-color: rgb(233,223,191);
}

#copyright {
  text-align: center;
  font-size: 0.9em;
}

.hidden { display: none; }
.inline { display: inline; }

.float_right {
  float: right;
  margin: 10px;
  margin-right: 0px;
}

.float_left {
  float: left;
  margin: 10px;
  margin-left: 0px;
}

.clear_me {
  clear: both;
}

.book_title {
  margin: 0; 
  padding: 0;
  font-weight: bold;
  font-size: 1em;
}

.book_author {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1em;
}

.notice {
  font-weight: bold;
  font-size: 1.1em;
  color: darkred;
}

