/* CSS Document */
*html .engineering{
	border:#71B9DB solid 1px;
	margin:0px 15px 10px 10px;
	padding:30px 0px 5px 0px;
	float:left;
	height:120px;
	width:220px;
	background:url(imges/engineering.gif) no-repeat;
	font-size:12px;
}
*html .architecture{
	border:#FFCC80 solid 1px;
	margin:0px 15px 10px 10px;
	padding:30px 0px 5px 0px;
	float:left;
	height:120px;
	width:220px;
	background:url(imges/architecture.gif) no-repeat;
	font-size:12px;

}
*html .contract{
	padding:0px 5px 0px 10px;
	line-height:normal;
}



