/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

DIV#wrapper {
	float: right;
	width: 90%;
}
DIV#content {
	float: left;
	max-width: 72em;
}
DIV#content IMG {
	display: block;
	clear: both;
	float: right;
	padding: 10px;
}