.page_nave_container {
	width: 900px;
	height: 60px;
	border-bottom: 2px solid #dfdfdf;
}

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

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

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

/* IMAGES */

.image_and_info {
	width: 900px;
	text-align: center;
	margin: 25px 0 0;
}

.image_without_thumb_column {
	/*width: 464px;*/
	/*margin: 25px auto 0;*/
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding: 0;
}

img.display_img {
	/*width: 460px;
	height: 460px;*/
	/*float: left;*/
	border: 2px solid #70828c;
	padding: 0;
	margin: 0;
}

#display_info {
	width: 748px;
	color: #c9c9c9;
	font: italic 11px Verdana;
	padding: 0;
	margin: 25px 0 0 77px;
}

#display_info_top {
	color: #b33d2b;
	font-weight: normal;
	font-style: normal;
	background-color: #ece1df;
	padding: 5px 5px 5px 0;
	text-align: center;
	margin: 0;
}

#display_info_below {
	text-align: left;
	color: #787878;
	margin: 0;
	padding: 10px;
	border-left: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-top-style: none;
}

.thumb_frame {
	/*
	width: 104px;
	height: 464px;
	float: left;
	padding: 0;
	margin: 0 0 0 4px;
	*/
	/*width: 898px;*/
	padding: 0;
	margin: 25px 0 25px 77px;
}

.thumb_container {
	width: 744px;
	float: left;
	background-color: #f7f7f7;
	/*margin: 25px 0 0 77px;*/
	border-bottom: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-left: 2px solid #dfdfdf;
	border-top: 2px solid #dfdfdf;
	padding: 0 0 10px;
	margin: 0;
}

img.thumb {
	border: 2px solid #70828c;
	padding: 0;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 10px;
}

/* PROJECT INFO */

.information_frame {
	float: left;
	border-top: 2px solid #dfdfdf;
	width: 900px;
	margin: 25px 0 0;
	padding: 15px 0;
	background-color: #f7f7f7;
	border-bottom-width: 2px;
	border-bottom-color: #dfdfdf;
}

.information_text {
	padding: 10px 20px;
	color: #787878;
	font: 11px Verdana;
	height: 100%;
}

.bottom_space_with_line {
	width: 900px;
	height: 20px;
	border-top: 2px solid #dfdfdf;
	float: left;
}

.bottom_space_without_line {
	width: 900px;
	height: 20px;
	float: left;
	border-style: none;
	border-top-style: none;
}