body {
	background-color: #FFF;
}

#page {
	width: 960px;
	height: 600px;
	background-image: url(../images/page.jpg);
}
#page_nl {
	width: 960px;
	height: 600px;
	background-image: url(../images/page_nl.jpg);
}
#page_fr {
	width: 960px;
	height: 600px;
	background-image: url(../images/page_fr.jpg);
}
#page_en {
	width: 960px;
	height: 600px;
	background-image: url(../images/page_en.jpg);
}

#menu {
	float: left;
	width: 200px;
	text-align: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding-left: 44px;
	padding-top: 240px;
}

#menu ul li {
	width: 141px;
	text-align: center;
	font-family: verdana;
	font-weight: bold;
	color: #FFFFFF;
	/*height: 32px;
	line-height: 20px;*/
	padding-top:5px;
	padding-bottom:5px;
	vertical-align: middle;
	border-bottom: dotted 2px #FFFFFF;
	font-size:14px;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#resultdiv {
	padding-left: 210px;
	margin-right: 5px;
	text-align: left;
}

#resultdiv #title
{
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	padding-left:10px;
	position:relative;
	top:90px;
}

#resultdiv #text {
	height: 365px;
	font-family: verdana;
	font-size: 10px;
	overflow:auto;
	margin-right:35px;
	padding-right:5px;
	padding-left:10px;
	position:relative;
	top:100px;

	
}

#resultdiv #home {
	height: 385px;
	font-family: verdana;
	font-size: 10pt;
	overflow:auto;
	margin-right:40px;
	padding-right:5px;
	padding-left:10px;
	position:relative;
	top:100px;

	
}