body {
	margin: 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px; 
	 }


#wrapper {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
     width: 823px;
     text-align: left;
     }

h1 {
	color: black;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0; }
h2 {
	color: black;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 5px; }
h3 {
	color: black;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0; }
h6 {
	color: black;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0; }
.brown {
	color: #ba5c36; }
p {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px; }
.pastauthors {
	color: black;
	font-size: 10px;
	font-family: arial, sans-serif;
	line-height: 13px; }
#bookholder img {
	margin-right: 8px;
	border: solid 1px white; }
.time { color: #bb5a2d; font-weight: bold; font-size: 13px;}
.description { padding-right: 75px; padding-left: 40px }

.left {
	float: left;
	width: 120px;
	
}

.right {
	float: left;
	width: 400px;
	padding-bottom: 10px;
}

.author {
	font-style: italic;
	color: #bf6946;
	font-size: 16px;
	font-weight: bold;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
