div.acceptance_marks_outer
	{
	width: 100%;
	}
div.acceptance_marks_left
	{
	width: 180px;
	height: 75px;
	
	padding: 10px 0px 0px 0px;
	float: left;
	text-align: left;
	}
div.acceptance_marks_center
	{
	width: 180px;
	height: 75px;

	padding: 10px 0px 0px 0px;
	float: left;
	text-align: center;
	}
div.acceptance_marks_right
	{
	width: 180px;
	height: 75px;

	padding: 10px 0px 0px 0px;
	float: left;
	text-align: right;
	}