@charset "UTF-8";
.sidebarLeftPhilosophy {
	float: left; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_lhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 730px;
}
.sidebarRightPhilosophy {
	float: right; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_rhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 730px;
}

.navigationPhilosophy {
	float: left; /* since this element is floated, a width must be given */
	width: 656px;
	font-size: 80%;
	height: 730px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.MainContentPhilosophy {
	height: 710px;
	width: 724px;
}
.MiddleContentPhilosophy {
	height: 480px;
}
