@charset "utf-8";

.cols{
	width:900px;
	margin :auto;
	text-align:left;/* centers inline-blocks*/
	padding:10px;
      }
.cols div {
	display:-moz-inline-box;/* Firefox 2 and under*/
	display:inline-block;/* FF3, Opera, Safari */
	width:400px;/* need to remove top and bottom margin from p element*/
	padding:0.5em;
	vertical-align:top;
	background-image: url(../engineering/img/article_background.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	height: 150px;
      }
.cols div .title a {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #036;
}


.cols div.last{margin:0}/* remove right margin from last element so that they are all centered*/
.cols div p{width:370px}
.cols div .summary {
	font-size: 12px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 370px;
}
.cols div .summary a {
	font-size: 12px;
	color: #990000;
}
