/* Footer structuur */
#footer {
	width: 500px;
	height: 36px;
	float: left;
	position: relative;
	padding: 20px 0 0 200px;
	background-color: #d5cdad;
	color: #7e6f5d;
	font-family: tahoma;
	font-size: 10px;
}

#footer2 {
	width: 500px;
	height: 36px;
	float: left;
	position: relative;
	padding: 20px 0 0 200px;
	background-color: #d5cdad;
	color: #7e6f5d;
	font-family: tahoma;
	font-size: 10px;
	margin-left: -19px;	
}

#footer a, #footer a:visited, #footer a:active, #footer a:hover, #footer2 a, #footer2 a:visited, #footer2 a:active, #footer2 a:hover{
	color: #fff;
	text-decoration: none;
}