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

#sidebar {
	max-width: 160px;
}

.archivessidebar {
	display: block;
	width: 20%;
	height: auto;
	float: right;
	margin: 0 0 16px 16px;
	overflow: hidden;
	background-color: #dfefdf;
	text-align: left;
	position: relative;
	padding-left: 12px;
	border: 1px #ccc solid;
	padding-top: 12px;
	padding-bottom: 12px;
	letter-spacing: .1em;
}

.archivessidebar ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: .5em 0 0 1em;
	letter-spacing: .17em;
	text-transform: uppercase;
	font-size: .7em;
	font-family: Helvetica;
	line-height: 1.5em;
}

.amazonboxr, .googleboxr {
	width: 160px;
}

/*ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 13px;
}*/

.bluebox {
	float: right;
	margin: 0 20px 20px 30px;
	font-size: small;
	padding: 6px 16px 20px 12px;
	border: 1px solid;
	border-color: #469;
}

.rightfloat {
	color: #247;
	background-color: transparent;
	font-size: x-small;
}

.toc {
	background-color: #e1e1e1;
}

