.page_title {
	font: 18px Verdana;
	margin-left: 20px;
	margin-top: 30px;
	color: #1a394f;
	position: absolute;
}

.pagination_nav {
	position: absolute;
	right: 20px;
	color: #1a394f;
	font: 11px Verdana;
	margin-top: 40px;
}

a.pagination_link {
	color: #70828c;
	text-decoration: none;
}

a.project_link {
	text-decoration: none;
}

.project_grid {
	border-top: 2px solid #dfdfdf;
	float: left;
	width: 900px;
	margin: 60px 0 10px;
	padding: 15px 0;
	border-bottom-width: 2px;
	border-bottom-color: #dfdfdf;
}

.project_row {
	float: left;
	position: relative;
	margin: 0 0 0 2px;
	padding: 0;
}

.project_frame {
	background-color: #f7f7f7;
	border: 2px solid #e9e9e9;
	margin: 5px;
	float: none;
	padding: 15px 12px;
}

.project_thumb {
	border: 2px solid #70828c;
}

.project_title {
	color: #70828c;
	font: 11px Verdana;
	margin-top: 10px;
}