#content {
	clear:both;
	float:left;
	overflow:auto;
	border-bottom:solid 1px #000;
	background-color:#f0f0f0;
	margin-bottom:0px;
}

#portalscroller{
	float:left;
	height:380px;
	width:700px;
	padding:0px;
	margin:0px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
#carfinder{
	height:239px;
	padding:0px;
	float:left;
	clear:left;
	width:700px;
	margin:0px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
#newsLeft{
	min-height:20px;
	padding:10px;
	margin:0px;
	border-right: solid 1px #000;
	float:left;
	width:680px;
	text-align:left;
	clear:left;
}
#newsRight{
	background-color:#f0F0F0;
	padding:10px;
	overflow:auto;
	width:198px;
	float:right;
	text-align:left;
	
}

#break{
	clear:both;
}