#content {
	width:667px;
	color: #444;
	font-weight: bold;
	font-size: 110%;
	border-right:244px solid #c7c7c7;
	/* The width and color of the rail */
	margin-right:-244px; /* Hat tip to Ryan Brill */
	float:left;
}

.singlecolumn {
	float: left;
	width: 633px;
	margin: 0px 3px 0 0;
	background: #c7c7c7;
	text-align: left;
	padding: 15px 15px 15px 15px;
	font-size: 95%;
}

