/* #Typography
================================================== */
body {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}
p {
	margin: 0 0 10px 0;
	color: rgb(90, 60, 80);
}
/* #Links
================================================== */
a {
	color: rgb(130, 130, 160);
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
/* #Layout
================================================== */
body {
	background-color: white;
}
#container {
	width: 720px;
	margin: 0;
}
#canvas {
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
}