#tablediv{
	width: 650px;
	height: auto !important;
	margin: 0 auto;
	border-top:1px solid #D6D6D6;
	/*border-bottom:1px solid #000000;*/
	clear: both;
	position:relative;
}
		
#leftColumn {
	width: 150px;
	height: auto !important;
	float: left;
	font-weight:bold;
	position:relative;
	padding-bottom:10px;
}
#rightColumn {
	width: 500px;
	height: auto !important;
	float: right;
	position:relative;
	padding-bottom:10px;
}
#breakdiv{
	height:10px;
	/*border-bottom:solid;*/
	position:relative;
}
#extradiv{
	width: 650px;
	height: auto !important;
	margin: 0 auto;
	clear: both;
	position:relative;
}
