/* @ import url(/media/css/complete.css); TODO: Enable this */

body {
	background-color: #fff;
	background-image: none;
}

#menu, #top-right, #menu_bar, #sidebar, #footer {
	display: none;
}

#content, #container {
	clear: both;
}

#top-left {
	float: right;
}

/* Corners */
.rtop,.rbottom,.artop,.arbottom{display: none}

body.book_preparation {
	width: 500px;
}

body.book_preparation ol li {
	margin-top: 2em;
}
body.book_preparation ul li {
	margin-top: 0.2em;
}
body.book_preparation .footer {
	margin-left: 1em;
	margin-top: 3em;
	border-top: 1px solid #bbb;
	text-align: center;
	color: #bbb;
	font-size: 0.7em;
}