@charset "UTF-8";
/* CSS Document */

body {background-color:#E2D3AD; background-image:url(../images/pl-background-image-short.jpg); background-repeat:no-repeat;}
#wrapper {width:980px; height:600px; margin-left:0; position:relative; }
#menu {
	width:150px;
	height: 413px;
	left:27px;
	top:97px;
	position:absolute;
}

#menu2 {
	width:150px;
	height: 328px;
	left:641px;
	top:174px;
	position:absolute;
}

#pl {
	width:92px;
	height:66px;
	background-image:url(../images/lucas-buttons/patricia-lucas.gif);
	position:absolute;
	left:31px;
	top:-1px;
}

#button6 {
	width:130px;
	height:14px;
	position:absolute;
	background-image:url(../images/lucas-buttons/about.gif);
	left: 11px;
	top: 109px;
}
#button6:hover{background-image:url(../images/lucas-buttons/about-over.gif); cursor:pointer;}


#button7 {
	width:130px;
	height:14px;
	position:absolute;
	background-image:url(../images/lucas-buttons/contact.gif);
	left: 11px;
	top: 174px;
}
#button7:hover{background-image:url(../images/lucas-buttons/contact-over.gif); cursor:pointer;}


#button8 {
	width:130px;
	height:14px;
	position:absolute;
	background-image:url(../images/lucas-buttons/nonfiction.gif);
	left: 11px;
	top: 240px;
}
#button8:hover{background-image:url(../images/lucas-buttons/nonfiction-over.gif); cursor:pointer;}

#button9 {
	width:130px;
	height:14px;
	position:absolute;
	background-image:url(../images/lucas-buttons/fiction.gif);
	left: 11px;
	top: 311px;
}

#button9:hover{background-image:url(../images/lucas-buttons/fiction-over.gif); cursor:pointer;}




ul {list-style:none;}
li a {text-decoration:none;}

a .alt{display: none;}

#book {
	width:737px;
	height:552px;
	background-image:url(../images/green-open-book.gif);
	position:absolute;
	left: 209px;
	top: 5px;
}
#shelflink {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#90602F;
	left: 745px;
	top: 542px;
}

#copy {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	left: 510px;
	top: 546px;
}
