div.books
{
	margin: 0px;
	padding: 30px 0px 20px 0px;
	border-color: #800000;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
} 
div.smalltext { margin:20px 0px 20x 0px; clear:both; display: block; position:static;}
div.frontPageText
{
	color:#888;
	margin: 30px 0px 30px 0px;
	font-size: 14px;
	font-style: italic;
	line-height: 150%;
	clear:both; 
	padding-bottom:4px;
}
div.paw { margin:0px 0px 10px 0px; }
div.mailto
{
	margin: 0px 0px 10px 0px;
	padding-top:0px;
}
a:link, a:hover, a:visited, a:active
{
	text-decoration: none;
	color: #D69F49;
}
span.logo, span.book {
float:left;
background: url(/images/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
margin:0px 20px 20px 0px;
}
span.logo img, span.book img
{
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 2px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */

}
h1
{
	margin: 30px 0px 0px 0px;
	padding-bottom:0px;
	font-size: 36px;
	text-align: left;
}
h2
{
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 60px 0px 10px 0px;
}
body
{
	margin: 50px;
	background-color: #FBF7DC;
	/*font-family: Verdana;*/
}

