#wrapper{
	width: 773px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	border: 1px solid black;
	font-size: 15px;
	text-align: justify;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F5F5F5;
	position: absolute;
	top: 190px;
	left: 5px;
	border: solid 1px #999;
	margin-bottom: 20px;
	line-height: 17px;
}

h1 {
	font-size: 20px;
	text-align: center;
	margin: 0; 
	padding-bottom: 5px;
	border-bottom: solid 1.1px black;
}

h2 {
	padding-bottom: 5px;
	border-bottom: solid 1px #666666;
	font-size: 18px;
	clear: both;
}

h3 {
	padding-bottom: 2px;
	margin: 20px 10px 18px 10px;
	border-bottom: solid 1px gray;
	font-size: 16px;
}

blockquote {
	margin: 0 20px;
	padding: 10px 0 0 22px;
	background: url('graphics/leftquote.jpg') top left no-repeat;
	border-top: dashed 1px #aaa;
}

blockquote#top {
	border: 0;
}

.reference {
	margin: 0 100px 0 250px;
padding: 10px;
	text-align: left;
	font-size: 13.5px;
}

/*#intro img, #about_the_author img  {*/
img {
	float: left;
	margin: 0 20px 10px 0;
	padding: 2px;
	border: solid 1px black;
}

.thumbs {
	text-align: center;
}

.thumbs img {
	float: none;
}

.excerpt {
	padding: 0 30px;
}

.sample {
	background-color: white;
	height: 51px; width: 35%;
	border: solid 1px #ccc;
	float: left;
	margin-left: 20px;
}

#samples img {
	border: 0;
	margin-right: 10px;
}

#samples a {
	display: block;
	height: 36px;
	text-decoration: none;
	padding-left: 55px;
	padding-top: 15px;
	background: url('images/pdf-small.jpg') no-repeat;
}

#samples a:hover {
	background-color: #e8e8e8;
}

#about_the_author ul {
	list-style: none;
}

#about_the_author li {
	margin: 10px 0;
}



