body 
{
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  font-family:arial, verdana, sans-serif; 
  overflow: hidden; 
 background-color: #e8e6db;
  font-size: 10pt;
}



/* for internet explorer */

* html body 
{
  padding:160px 0 0 0; 
  font-size: 10pt;
}

#container 
{
  font-family: optima, verdana, arial, helvetica,  sans-serif;
  font-size: 1.2em;
  position:absolute; 
  top:150px;
  left:0;
  bottom:0; 
  right:0; 
  padding:20px; 
  text-align:left;
  z-index: 0;
  overflow: auto;
}


* html #container 
{
  height: 100%;
  width:100%; 
}

#header 
{
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:158px; 
  overflow:visible; 
  background-image: url(/images/beowulf.jpg);
  background-repeat: repeat;  
  background-color: transparent;   
  z-index: 10;
}


* html #header {height:158px;}

#footer 
{
  overflow: hidden;
  position:absolute; 
  left:0;
  width:100%; 
  height:50px; 
  background-color: transparent;
  border-top:2px solid rgb(145,169,171);
  padding-top: .4em;
  margin-top: 0.4em;
}

* html #footer {height:50px;}


#the_hand
{
    display: block;
    border: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#the_words
{
    display: block;
    border: none;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

#company_info
{
    margin-bottom: 10px;
    font-size: 8pt;
    left: 10px;
	position: absolute;
	text-align: left;
} 
                                                                                                       
#validation
{
    right: 10px;
	position: absolute;
}                                                                                                        
#validation img
{
    border: none;
}

#header ul 
{
  clear:both; 
  text-align:center; 
  margin:0; 
  padding:0; 
  list-style-type:none; 
  background:transparent; 
  height:1.5em;
  position: absolute;
  left: 250px;
  bottom: 10px;
  padding: 0;
  margin:0;
}

#header ul li 
{
	display:inline; 
	margin-left: 8px;
}

#header a
{
	text-decoration: none;
	color: black;
	font-weight: 600;
}

#header a:hover
{
	background-color:  rgb(111,111,111);
	color: white;
}


/* Headings */


h1
{
	font-size: 1.8em;
	font-weight: normal;
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
}

h3
{
	font-size: 1.0em;
	font-weight: bold;
}





/* Book lists */
table.readinglist
{
	width: 40%;
	margin-left: 10%;
}
table.readinglist td
{
	vertical-align: top;
}

table.readinglist caption
{
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;	
	margin-bottom: 1em;
}

table.readinglist span.booktitle
{
	font-style: italic;
}