@charset "UTF-8";
/* CSS Document */

@font-face {
		font-family: "century";
		src: url(../css/century.ttf) format("TrueType");
		}

html, body {
height:100%; /* héél belangrijk */
font-size:1.0em;
background:url(../images/background.jpg) left top no-repeat #FFFFFF fixed;
color:#666666;
font-family:"Adobe Garamond","Garamond","Times New Roman", Times, serif;
}


/* CONTAINER DIV om alles te centreren */
#container {
width:840px;
min-height:100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
}


#left {
    padding: 0;
	margin-top:150px;
    width:227px;
	float:left;
	display: block;
	position:fixed;
}

#right {
    padding: 0;
    width:500px;
	float:right;
	display: block;
}

.nav{
list-style:none;
list-style-position:inherit;
font-family: "century","Times New Roman", Times, serif;
padding:0px 0 0 30px;
font-size:1.4em;
}

.nav a:link, .nav a:visited, .nav a:hover, .nav a:active{
color:#1e2a87;
text-decoration:none;
}


h1{
font-family: "century","Times New Roman", Times, serif;
color:#972485;
text-transform:uppercase;
width:500px;
height:10px;
padding-bottom:40px;
border-bottom:#972485 1px dotted;
}

h3{
font-family: "century","Times New Roman", Times, serif;
color:#972485;
text-transform:uppercase;
}


a:link, a:visited, a:hover, a:active{
color:#972485;
text-decoration:underline;
}
