html, body {
	min-width: 872px;
	/* Specify a min-width for the body as wide as the 'wrapper'
           			                element itself. This prevents negative (i.e. inaccessible)
									left-margins in narrow browser windows when using Win32: */
}

#wrapper {
	width: 872px;
}


#wikitext {
	max-width: 728px;
	padding: 16px 62px 16px 62px;
}

#wikitext ul
{
	padding: 0 0 0 1em;
}

.note
{
	display: block;
	padding: 1em;
	border: 1px solid;
	border-color: #bac191;
	margin: 2em 0 2em 0;
	background-color: #e2ece0;
}
