html {
	background: #f4f4f4;
	color: #3b4d39;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

body {
	background: #c2c2c2;
	margin: 0 auto;
	max-width: 1200px;
	width: 80%;
}

aside {
	float: left;
	width: 20%;
}

aside img {
	margin-top: 20px;
}

.content {
	background: #fff;
	float: right;
	padding-bottom: 50px;
	width: 80%;
}

.header img {
	width: 100%;
}

.header p{
	background-color: #a3b761;
	color: #fff;
	font-size: 0.9rem;
	margin-top: 0;
	padding: 10px 0;
	text-align: center;
}

section {
	margin: 50px auto;
	width: 80%;
}

section p {
	font-size:0.8rem;
}

h1, h2 {
	font-weight: 400;
}

h3 {
	font-size: 0.8rem;
	font-weight: 300;
	margin-bottom: 0;
}

a {
	color:  #a3b761;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}

.description {
	float: left;
	width: 70%;
}

.description-list p{
	margin: 0;
}

.book-cover {
	float: right;
}

.book-cover img {
	margin-bottom: 10px;
}

.mail {
	color:  #a3b761;
	font-size: 0.9rem;
	font-weight: bold;
}

footer {
	background: #3b4d39;
	clear: both;
	padding: 5px 0;
}

footer p {
	color: #fff;
	font-size: 0.7rem;
	text-align: center;
}

img {
	display: block;
    	height: auto;
	margin: 0 auto;
	max-width: 100%;
} 
