div#content div#container {
	
	top: 5em;
	left: 3em;
	width:40em;
}
div#container div.block {
	float: none;
	clear: both;
	margin-bottom: 3em;
}
div#container .block h2 { 
	margin-left: 10.5em;
}
div#container .block h3 ,div#container .block p { 
	font-size: 67.5%;
}

div#content div#container div.entry {
	float: none;
	clear: both;
	margin-bottom: 2em;
}
div#content div#container div.entry img {
	float: left;
	clear: none;
	margin-right: 1em;
	margin-bottom: 2em;
	width: 7.5em;
	height: 5.625em;
}
.print {
	display: block;
}
