table#body {
	width: 1000px;
}

td#content {
	width: auto;
}

#solutionsleft
{
	float:left;
	width:150px;
	padding:10px;
	margin: 0 20px 10px 0;
	
	background-color: silver;
	border: gray 1px solid;
}

#solutionsmiddle
{
	float:left;
	width:500px;
}
