* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 63.5%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:white;
}

img {
	border: none;
}
#page-wrap {
	/*background: white;*/
	margin: auto;
	width:80%;
	min-width:900px;
}
#page-wrap #inside {
		
}
	
#pagina{
	padding-left: 310px;
	color:white;
}

#header{
	/*background: #267f23;*/
	text-align: right;
	height:0px;
}
	
#navigatie {
	width: 290px;
	float: left;
	height:622px;
	border:0px solid black;
}

#footer {
	/*background: #267f23;*/
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
}


