/* #Typography
================================================== */
body {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}
p {
	margin: 0 0 20px 0;
	color: #444;
}
.book {
	color: white;
}
.rightsection {
	text-align: left;
}
/* #Links
================================================== */
a {
	color: #444;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
.footer a {
	color: #444;
	text-decoration: none;
}
.footer a:hover, footer a:focus, footer a:active {
	text-decoration: underline;
}
/* #Layout
================================================== */
body {
	background-color: rgb(236, 233, 228);
}
#canvas {
	position: relative;
	margin: 60px auto 0 auto;
	width: 810px;
	text-align: center;
}
#description {
	margin: 20px auto 60px auto;
	width: 810px;
	text-align: center;
}
.footer {
	clear: both;
	margin: 40px auto 80px auto;
	text-decoration: none;
}