/* CSS Document */

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

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

