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

body {background-color:#E2D3AD; background-image:url(../images/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:7px;
	position:absolute;
}

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

#redink {
	width:130px;
	height:65px;
	background-image:url(../images/red-ink-buttons/red-ink.gif);
	position:absolute;
	left:13px;
	top:12px;
}

#button1 {
	width:130px;
	height:14px;
	position:absolute;
	background-image:url(../images/red-ink-buttons/home.gif);
	left: 11px;
	top: 119px;
}
#button1:hover{background-image:url(../images/red-ink-buttons/home-over.gif); cursor:pointer;}


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


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

#button4 {
	width:130px;
	height:14px;
	position:absolute;
	background-image:url(../images/red-ink-buttons/testimonials.gif);
	left: 11px;
	top: 303px;
}
#button4:hover{background-image:url(../images/red-ink-buttons/testimonials-over.gif); cursor:pointer;}

#button5 {
	width:130px;
	height:14px;
	position:absolute;
	background-image:url(../images/red-ink-buttons/links.gif);
	left: 11px;
	top: 367px;
}
#button5:hover{background-image:url(../images/red-ink-buttons/links-over.gif); cursor:pointer;}

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



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

a .alt{display: none;}

#book {
	width:737px;
	height:552px;
	background-image:url(../images/red-open-book.gif);
	background-repeat:no repeat;
	position:absolute;
	left: 209px;
	top: 5px;
}

#shelflink {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#90602F;
	left: 807px;
	top: 542px;
}

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