html {
        width:                                                  100%;
        height:                                                 100%;
}

body {
        color:                                                  #000000;
        background-color:                                       #FFFFFF;
        width:                                                  100%;
        height:                                                 100%;
        margin:                                                 0px;
        padding:                                                0px;
        font-family:                                            "Courier New", Courier, monospace;
        font-size:                                              11px;
        text-align:                                             left;
        background-color:                                       #FFFFFF;
}

div#main {
        width:                                                  100%;
        min-height:                                             100%;
        margin:                                                 0px 0px;
        text-align:                                             left;
        background-color:                                       #FFFFFF;
}

div#header {
	width:							100%;
	height:							100px;
	margin:							0px;
	padding:						0px;
	background-image:					url('http://www.mootpoint.nl/graphics/footer.jpg');
	background-repeat:					repeat-x;
	background-position:					0px 0px;
}

div#header a img {
	margin:							0px;
	padding:						0px;
	border:							0px;
}

div#menu {
	display:						block;
	width:							100%;
	height:                                                 22px;
	background-image:					url('http://www.mootpoint.nl/graphics/header.jpg');
	background-repeat:					repeat-x;
	background-position:					top left;
}

div#menu ul {
	margin:							0px;
	padding:						0px;
	list-style:						none;
}

div#menu ul li {
	display:						block;
	float:							left;
	margin:							2px 10px;
	color:                                                  #FFFFFF;
	font-weight:                                            bold;
}

div#menu ul li a {
	color:                                                  #FFFFFF;
	font-weight:                                            bold;
	letter-spacing:                                         2px;
	text-decoration:                                        none;
	line-height:                                            18px;
}

div#menu ul li.current a {
	text-decoration:					underline;
}

div#menu ul li a:hover {
	text-decoration:					underline;
}

div#contentcontainer {
	margin:							0px;
        padding:                                                0px;
	background-image:					url('http://www.mootpoint.nl/graphics/background.jpg');
	background-repeat:					repeat-y;
	background-position:					top right;
}

div#content {
	width:							730px;
	padding:						10px;
}

div#content a {
        text-decoration:                                        underline;
        color:                                                  #000000;
}

div#footer {
	width:							100%;
	height:							22px;
	margin:							0px;
	padding:						0px;
	background-image:					url('http://www.mootpoint.nl/graphics/footer.jpg');
	background-repeat:					repeat-x;
	background-position:					0px 0px;
}
