﻿#content	{
	width:100%;
	background:white;
	float:left;
}
	#content table	{
		width:95%;
		text-align:left;
		margin:0 auto;	/* need to center!!!! */
	}
	#content tr	td{
		font-size:12px;
		color:#00009C;
		padding: 15px 50px;
		vertical-align:top;
		background:#E7E7E7;
		border:2px black solid;	
	}
