* {
	margin: 0;
	padding: 0;
}

html body {
	background-image: url(../images/tlo.jpg);
	background-repeat: repeat;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif; 
	color: #000000;
	text-align: justify;
	line-height: 20px;
	}

#all {
	width: 1020px;
	margin: auto;	
}

#header {
	background-image: url(../images/header2.jpg);
	width: 1020px;	
	height: 254px;
	margin: auto;	
}

	#header a#mainpage {
		display: block;
		width: 480px;
		height: 140px;
		float: left;
		margin: 50px 0 0 50px;
	}

	#header #be img {
		margin: 0 0 0 415px;
		border: 0;
	}
	
	#header #uk img {
		margin: 0 0 0 415px;
		border: 0;
	}
	
	#header #pl img {
		margin: 0 0 0 415px;
		border: 0;
	}

#content {
	width: 1020px;	
	margin-top: 0;
	margin: auto;	
}

#menu {
	background-image: url('../images/menu.jpg');
	width: 1020px;	
	height: 39px;
	float: left;
}

	#menu .text {
	text-align: center;
	}
	
	#menu ul {
	text-decoration: none;
	list-style-type: none;
	padding: 10px 0 0 260px;
	}
	
	#menu ul li {
	display: inline;
	padding: 0 20px 0 20px;
	}

#left {
	width: 286px;
	background-image: url('../images/agnes.jpg');
	height: 489px;
	float: left;
}

	#left .text {
	padding: 10px 10px 0 30px;
	}

#middle {
	width: 536px;
	background-image: url('../images/content.jpg');
	height: 489px;
	float: left;
}

	#middle .text {
	padding: 10px 0 0 0;
	}
	
	#middle h1 {
	font-family: "Times New Roman";
	font-size: 24px;
	font-style: oblique;
	padding: 15px 0 10px 0;
	}
	
	#middle p {
	padding: 7px 0 7px 0;
	text-indent: 15px;
	}
	
	#middle #gallery {
  text-align: center;
  }
	
	#middle #gallery img {
	border: 1px solid #000000;
	padding: 2px;	
	margin: 2px 0 2px 0;
}
	
#right {
	width: 198px;
	background-image: url('../images/right_content.jpg');
	height: 489px;
	float: right;
}

	#right .text {
	padding: 10px 30px 0 10px;
	}

.clear {
	clear: both;
}

#footer {
	background-image:url('../images/footer.jpg');
	clear: both;
	width: 1020px;	
	height: 191px;
	margin: auto;	
}

#menu a {
	text-decoration: none;
}


a {
	color: #000000;	
	text-decoration: underline;
	border: 0px;
	outline: none;
}

a:hover {
	color: #de1018;	
	text-decoration: underline;
	border: 0px;
}




p.designer {
	color: #000000;
	text-align: center; 
	font-size: 10px;
	padding: 35px 0 0 0;
	}
	
p.designer a {
	color: #000000;
	font-size: 10px; 
	text-decoration: underline;
	font-weight: bold;
}

p.designer a:hover {
	color: #F9BC02;
}
