.container {
	position: absolute;
	left: 10%;
	right: 10%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.menuBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #5DBCDA;
	position: absolute;
	height: 40px;
	top: 135px;
	width: 100%;
	color: #FFF;
}
.mainTextarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	position: absolute;
	width: 80%;
	top: 250px;
	right: 5px;
}

.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 124px;
	width: 350px;
	position: absolute;
	left: 5px;
	top: 5px;
}
.site {
	position: relative;
	left: 5px;
	top: 150px;
}
body {
	background-image: url(../images/Line.png);
	background-repeat: repeat;
	background-position: center top;
}
.hContact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #B5DADE;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #57BCE1;
}
.hFilosofie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8DC5A3;
}

ul	{
	margin:0;
	padding:0;
}
li	{
	width:125px;
	height:40px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	list-style-type: none;
}
p	{   
    padding:0px 5px;   
}   
	.subtext	{   
				padding-top:15px;   
				}  	
/*Menu Color Classes*/  
.green{
	background-color: #B2D063;
}   
.yellow{
	background-color: #F9EE05;
}   
.red{
	background-color: #F8BE60;
}   
.purple{
	background-color: #D9CBA0;
}   
.blue{
	background-color: #57BCE1;
}  
.bluegreen{
	background-color: #8DC5A3;
}  
.bluered{
	background-color: #B5DADE;
}  
a	{
	color:#fff;
	text-decoration:none;
}.newLI {
	list-style-type: square;
}
.leftImagearea {
	position: relative;
	width: 125px;
	left: 0px;
	top: 250px;
	background-image: url(../images/blue_side_image.jpg);
	height: 500px;
	bottom: 750px;
	border: medium solid #5DBCDA;
}
