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

.rightfloat {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #bac191;
	/*font-size: x-large;
	font-weight: bold;*/
	text-shadow: 0px 0px 2px #797;
	color: #224477;
	float: right;
	width: auto;
	/*230px*/
	padding: 8px 12px 8px 12px;
	clear: right;
	overflow: hidden;
	margin: 12px auto 12px 12px;
	text-align: center;
}

.rightfloat ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-shadow: none;
}

.toc {	background-color: #e1e1e1;}
