body {
 	background: white; 
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
}

pre {
	background-color: #eeeeee;
	border: solid 1px #d0d0d0;
	padding: 0.5em;
	margin-left: 0.25em;
	overflow: auto;
}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 0px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}


