
div.services_head {
	left: 22%;
	top: 180px;
	width: 27%;
	height: 20px;
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-align: center;
	vertical-align: middle;
	background-color: red;
}

div.services {
	left: 22%;
	top: 210px;
	width: 27%;
	height: 200px;
	text-align: justify;
	background-color: white;
	margin-left: 0pt;
	margin-right: 0pt;
}

div.products_head {
	left: 51%;
	top: 180px;
	width: 27%;
	height: 20px;
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-align: center;
	vertical-align: middle;
	background-color: red;
}

div.products {
	left: 51%;
	top: 210px;
	width: 27%;
	height: 200px;
	text-align: justify;
	background-color: white;
	margin-left: 0pt;
	margin-right: 0pt;
}