body		
	{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	}
A {
	color : #000;
	text-decoration : none;
}
div#main_container 
	{
	margin: 0em auto;
	width: 950px;
	height: 70%;
	/*border: 1px solid #000;*/
	padding: 0em;
	background-color: #ddd;
	text-align: left;
	text-align: justify;
	}
div#content {
background-color: #AAA;
height: 450px;
overflow: auto;
line-height: 95%;
padding : 40px 40px 1px 40px;
text-align : left;
}
.header
	{
	width: 100%;
	background-color: #FF0;
	text-align:center;
	height: 50px;
	}

A#menu 
	{
	text-decoration : none;
	color : #FFF;
	}
A:hover#menu 
	{
	padding : 0px 0px 0px -2xp;
	border-bottom : 5px solid #F00;
	text-decoration : none;
	color : #FFF;
	}
div#footer 
	{
	margin-top: 15px;	
	width:100%;
	bottom:0px;
}
.logootje {
	text-align:right;
}
	
	
div#menu
	{
	/*width: 100%;**/
	background-color: #F0F;
	text-align: left;
}
