

/*------------projects.css----------*/

#content-container {
	padding-bottom: 0px;
}

table#projects-list {
	width: 100%;
	margin-top: 20px;
}
table#projects-list td,
table#projects-list th {
	width: 25%;
}
table#projects-list td {
	vertical-align: middle;
	text-align: center;
}
table#projects-list th {
	text-align: center;
	padding: 20px 0 50px;
}
table#projects-list th a {
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}
a.pdf {
	padding-left: 25px;
	background: url(/images/icons/icon_pdf.gif) no-repeat 0 50%;
}
