body {
	font-family: georgia, times, serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #640c0d;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #640c0d;
	font-style: italic;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
	border-bottom: 2px solid #640c0d;
	width: 420px;
}

h2 {
	width: 420px;
	font-size: 1.4em;
	font-weight: bold;
	color: #640c0d;
	border-bottom: 1px solid #640c0d;
	padding-bottom: 0.2em;
	margin-bottom: 0.6em;
}

h3 {
	width: 420px;
	font-size: 1.2em;
	font-weight: bold;
	color: #640c0d;
	margin-bottom: 0.6em;
}

p {
	color: #640c0d;
	width: 400px; /* 450 */
	margin-bottom: 1.2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	border: 0;
}


a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #f00;
}

a:hover {
	color: #f00;
}


#container {

}

#header {
	float: left;
	background-color: #f7ebd7;
	height: 149px;
	width: 100%;
	background-image: url("../images/interface/background.gif");
	background-repeat: repeat-x;
}

	#logo {
		float: left;
	}
	
	#languages {
		float: left;
		width: 620px;
		height: 49px;
		padding-top: 100px;
		padding-left: 18px;
		background-image: url("../images/interface/header.gif");
	}

	#languages ul,
	#languages li {
		display: block;
		float: left;
	}
	
	#nl a {
		background-image: url("../images/interface/nl_normal.gif");
	}

	#fr a {
		background-image: url("../images/interface/fr_normal.gif");
	}
	
	#en a {
		background-image: url("../images/interface/en_normal.gif");
	}

	#nl a:hover {
		background-image: url("../images/interface/nl_hover.gif");
	}

	#fr a:hover {
		background-image: url("../images/interface/fr_hover.gif");
	}
	
	#en a:hover {
		background-image: url("../images/interface/en_hover.gif");
	}

	#nl a,
	#en a,
	#fr a {
		display: block;
		width: 33px;
		height: 27px;	
	}

	#nl a span,
	#en a span,
	#fr a span {
		display: none;
	}

	
#contentwrapper {
	clear: both;
	float: left;
}

#left {
	float: left;
	width: 314px;
	height: 540px;
	background-image: url("../images/interface/painting.jpg");
	background-repeat: no-repeat;
}

#content {
	padding: 20px;
	float: left;
	margin-left: 16px;
	margin-bottom: 4em;
	background-color: #eadfcc;
}

	#content ul {
		list-style-type: disc;
		color: #640c0d;
		margin-left: 2em;
		margin-bottom: 1em;		
	}

	#content li {
		width: 350px;
	}

	p.toplink {
		padding-bottom: 1em;
		border-top: 1px solid #640c0d;
		width: 420px;
	}

#navigation {
	float: left;
	padding-left: 1em;
}

	#homemail ul,
	#homemail li {
		display: block;
		float: left;
	}
	
	#homebtn a {
		background-image: url("../images/interface/home_normal.gif");
	}
	
	#mailbtn a {
		background-image: url("../images/interface/mail_normal.gif");
	}

	#homebtn a:hover {
		background-image: url("../images/interface/home_hover.gif");
	}
	
	#mailbtn a:hover {
		background-image: url("../images/interface/mail_hover.gif");
	}

	#homebtn a,
	#mailbtn a {
		display: block;
		width: 33px;
		height: 27px;	
	}

	#homebtn a span,
	#mailbtn a span {
		display: none;
	}

ul#navlist li {
	text-align: right;
	font-family: verdana, arial, helvetica;
	font-size: 1em;
	border-bottom: 1px dashed #f7ebd7;
}

ul#navlist li a {
	display: block;
	width: 13em;
	height: 1.8em;
	color: #f7ebd7;
	background-image: url("../images/interface/bullet_normal.gif");
	background-repeat: no-repeat;
}

ul#navlist li#active a#current,
ul#navlist li a:hover {
	color: #f00;
	background-image: url("../images/interface/bullet_hover.gif");
	background-repeat: no-repeat;
}

#footer {
	bottom: 0em;
	width: 100%;
	color: #fff;
}

	#footer a,
	#footer a:visited {
		color: #f7ebd7;	
	}

	#footer a:hover {
		color: #f00;	
	}

	#copyright {
		float: left;
		width: 300px;
		padding-left: 14px;
		padding-top: 30px;
	}
	
	#address {
		float: left;
		margin-left: 35em;
		width: 12em;
	}
	
	#address p {
		font-family: verdana, arial, helvetica;
		font-size: 10px;
		color: #fff;
		width: 15em;
		text-align: right;
	}