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;
}

.rfloat { margin-left: 2em; }

#wikitext ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 1em;
}

.homesidebarbox
{
	width: 160px;
	padding: 16px;
	float: left;
	text-align: left;
	font-weight: normal;
	line-height: 1.2em;
	overflow: hidden;
	background-color: #e2ece0;
	color: #111;
	border: 1px #469 solid;
	margin-right: 26px;
	margin-bottom: 16px;
}

.homesidebarbox ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.homesidebarboxright
{
	width: 200px;
	padding: 16px;
	float: right;
	text-align: left;
	font-weight: normal;
	line-height: 1.2em;
	overflow: hidden;
	background-color: #e2ece0;
	color: #111;
	border: 1px #469 solid;
	margin-left: 26px;
	margin-bottom: 16px;
}

.homesidebarboxright ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
