/* CSS Document */

@charset "utf-8";

#header {
	font: "Lucida Blackletter";
	color:#000000;
	height:160px;
	width:800px;
	background-image: url(../Images/Belgium%20website%20banner%20small.jpg);
	background-position: center center;	
	background-repeat:no-repeat;
	

}

#navigation {
	color:#000000;
	text-size:48px;
	font-family: "Lucida Blackletter";
	background-color:#FFF5A6;
	padding:5px;
	width:120px;
	border:solid #000000 5px;
	position:absolute;
	top:240px;
	left:-50px;
}

#page {
	font-family:"Lucida Blackletter";
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#78201C;
	background-repeat:repeat-y;
	background-image: url(../Images/mainarea.jpg);
	position:relative;
	}

#footer {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#FFF5A6;
	font-family:"Lucida Blackletter";
	border:solid #000000;
	}

#content p{
	margin-bottom:10px;
	background-color:#FFF5A6;
	padding:5px;
	width:800px;
	border:solid #000000;

	}

h2 {
	background-color:#FFF5A6;
	width:200px;
	float:none;
	border:solid #000000;
	}

h3 {
	background-color:#FFF5A6;
	padding:5px;
	width:350px;
	border:solid #000000;
	}
	
table {
	background-color:#FFF5A6;
	border:solid #000000;
	}

body {
background-color:#78201C;
}