/*--------------------------------------General styles------------------------------*/
body,td,th {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #91908d;
}
body {
	background-color: #dedac8;
	background-image:url(images/bgnd_splash_motif.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
}



#container {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;

}

#top {
	width: 798px;
	margin: 0;
	padding: 0;
	background-image:url(images/bgnd_splash1.gif);
	height: 206px;
}

#link_nl {
	width: 798px;
	margin: 0;
	padding: 0;
	background-image:url(images/bgnd_splash2.gif);
	height: 27px;
}
#link_nl a {
	display:block;
	text-decoration: none;
	background-image:url(images/bgnd_splash2.gif);
	width: 798px;
	height: 27px;
}

#link_nl a:hover {
	display:block;
	text-decoration: none;
	background-image:url(images/bgnd_splash2_hover.gif);
	width: 798px;
	height: 27px;
}

#inter_link {
	width: 798px;
	margin: 0;
	padding: 0;
	background-image:url(images/bgnd_splash3.gif);
	height: 18px;
}

#link_fr {
	width: 798px;
	margin: 0;
	padding: 0;
	background-image:url(images/bgnd_splash4.gif);
	height: 28px;
}
#link_fr a {
	display:block;
	text-decoration: none;
	background-image:url(images/bgnd_splash4.gif);
	width: 798px;
	height: 27px;
}

#link_fr a:hover {
	display:block;
	text-decoration: none;
	background-image:url(images/bgnd_splash4_hover.gif);
	width: 798px;
	height: 27px;
}

#bottom {
	width: 798px;
	margin: 0;
	padding: 0;
	background-image:url(images/bgnd_splash5.gif);
	background-repeat:no-repeat;
	height: 289px;
}

#bottom_content {
	width: 798px;
	height: 289px;
	color: #68665e;
	padding: 125px 45px 10px 45px;
}
#bottom_content a{
	text-decoration: underline;
	color: #68665e;

}
#bottom_content a:hover {
	text-decoration:underline;
	color: #68665e;

}