div#page-block-holder {
	height: 100%;
	margin: 0;
	padding: 0;
	margin-top: 5%;
}

#page-block {
	width: 928px;
	height: 386px;
	background-color: #fff;
	clear: both;
	overflow: hidden;
}

div#page-block-inner {
	width: 888px;
	height: 340px;
	/* background-color: #ff0000; */
	position: relative;
	top: 18px;
	font-size: 8pt;
}

div#page-left {
	width: 286px;
	float: left;
}

div#page-middle {
	width: 286px;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
}

div#page-right {
	width: 286px;
	float: right;
}

.page-title {
	width: 286px;
	height: 28px;
	/* background: #212527 url('/images/html/page_titles/philosophy.jpg') no-repeat; */
	margin: 0;
	padding: 0;
	float: left;
}

div#page-title img {
	border: 0;
}

.page-content {
	width: 286px;
	height: 300px;
	float: left;
	text-align: justify;
	padding-top: 14px;
}

div#page-graphic {
	width: 286px;
	height: 349px;
	/* background: url('/images/html/page_graphics/philosophy.jpg') no-repeat; */
	margin: 0;
	padding: 0;
	/* float: right; */
}

div#page-graphic img {
	border: 0;
}

div#arrow-back {
	width: 286px;
	text-align: left;
	margin-left: 0;
	/* margin-top: 10px; */
}

div#arrow-back img {
	border: 0;
}