* { padding: 0; margin: 0; }

body {
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
	background-color: #222222;
	background-image: url(/achtergronden/a2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FF9;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#wrapper { 
 margin: 0 auto;
 width: 762px;
}
#header {
	color: #333;
	width: 756px;
	float: center;
	padding: 0px;
	border: 1px solid #ccc;
	height: 360px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;

}
#rightcolumn {
	float: left;
	color: #333;
	border: 1px solid #ccc;
	padding: 10px;
	height: 1460px;
	width: 736px;
	display: list-item;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
	background-color: #FFF;
}
#footer {
	width: 736px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #000;
}
#wrapper #rightcolumn table tr td {
	text-align: left;
}

#wrapper #rightcolumn table tr td p {
	text-align: left;
}
#wrapper #rightcolumn p {
	text-align: center;
}
#wrapper #footer table tr td div div {
	color: #FFF;
}
#wrapper #footer table tr td div {
	color: #CCC;
}


