#book-contents {
	position: absolute;
        left: 382px;
        top: 170px;
        width: 602px;
        height: 420px;
        z-index: 9999;
        border: 1px solid #1f5aa0;
}


#authors {
	position: absolute;
        left: 14px;
        top: 170px;
        width: 360px;
        height: 422px;
}

#judith {
	  position: absolute;
        background-image: url('images/ad_judith.jpg');
        left: 3px;
        top: 6px;
        width: 67px;
        height: 102px;
}

#judith-bio {
	  position: absolute;
        left: 73px;
        top: 3px;
        width: 280px;
        height: 210px;
        line-height: 12px;
        padding: 3px;
}

#judith-caption {
	  position: absolute;
        left: 3px;
        top: 107px;
        font-size: 9px;
        padding: 3px;
}

#leanne {
	  position: absolute;
        background-image: url('images/ad_leanne.jpg');
        left: 3px;
        top: 198px;
        width: 67px;
        height: 102px;
}

#leanne-bio {
	  position: absolute;
        left: 73px;
        top: 192px;
        width: 280px;
        height: 210px;
        line-height: 12px;
        padding: 3px;
}

#leanne-caption {
	  position: absolute;
        left: 3px;
        top: 294px;
        font-size: 9px;
        padding: 3px;
}

p {
	margin-top:0px;
	margin-bottom:6px;
}