/* CSS Document */

/*
The three elements of book pages are: 
the book image div, class = "book____"; 
the page image div, class = "page____"; 
and text, which are all class = "booktext" regardless of page (except back cover)
links are all class = "black"
*/

.booktext
{font-family:"Courier New", Courier, monospace;
font-size:16px;}

/*HOME*/

div.bookhome
{
height: 655px;
width: 650px;
margin: auto;
text-align: left;
padding: 15px 0px 15px 0px;
background-image:url(/images/bookhome.gif);
background-repeat:no-repeat;
position: relative;
top: 30px;
left: -50px;
}


.pagehome
{width: 250px;
height: auto;
margin: 0px;
padding: 0px;
position: relative;
top: 126px;
left: 380px;
text-align: left;
}

/*ABOUT*/

div.bookabout
{
height: 511px;
width: 350px;
margin: 35px 0px 20px 60px;
text-align: center;
padding: 0px;
background-image:url(/images/backcover.gif);
background-repeat:no-repeat;
float: left;
}


.pageabout
{width: 310px;
height: auto;
margin: 10px 20px 50px 20px;
padding: 10px 0px 0px 0px;
font-family:"Times New Roman", Times, serif;
font-size:16px;
line-height: 105%;
}

/*OPEN*/
div.bookopen
{
height: 683px;
width: 415px;
margin: auto;
text-align: left;
padding: 5px 0px 0px 0px;
background-image:url(/images/openbook.gif);
background-repeat:no-repeat;
position: relative;
top: 20px;
left: -35px;
}


.pageopen
{width: 202px;
height: 396px;
margin: 0px;
padding: 0px;
position: relative;
top: 174px;
left: 158px;
text-align: center;
}
