#shop_standards{
	float: left;
	width: 220px;
}

#service_standards{
	float: right;
	width: 220px;
}

#shop_standards_button{
	margin: 15px 0 15px;
	height: 80px;
	display: block;
	background: url(shop_standards_button.gif) no-repeat 0 0;
	border: none;
}

#shop_standards_button:hover{
	background: url(shop_standards_button.gif) no-repeat 0 bottom;
	border: none;
}

#service_standards_button{
	margin: 15px 0 15px;
	height: 80px;
	display: block;
	background: url(service_standards_button.gif) no-repeat 0 0;
	border: none;
}

#service_standards_button:hover{
	background: url(service_standards_button.gif) no-repeat 0 bottom;
	border: none;

}

table{
	margin-top:15px;
}

table th,
table td{
	text-align: left;
	padding: 5px 5px;
}

table th{
	border-bottom: solid 1px #cccccc;
}

table th em{
	font-weight: normal;
}

table .center{
	text-align: center;
}
