body {
	margin: 0;
	padding: 0;
	background-image:url('images/bg.png');
	background-repeat: repeat-y;
	background-color: #d6dbe8;
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;
	color: #5a5a5a;
}

#holder {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 752px;
}

#header {
	width: 750px;
	height: 250px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	border: 1px solid #565b6a;
}

#container {
	background-color: #eeeeee;
	border: 1px solid #565b6a;
	width: 750px;
	overflow: hidden;
	margin-top: 9px;
}

#photoholder {
	float: right; 
	width: 270px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-top: 25px;
	text-align: right;
}

#textholder {
	float: left; 
	width: 420px;
	padding-left: 25px;
	padding-right: 5px;
	text-align: justify;
	padding-top: 25px;
}

#textholder p:first-child, #textholder h1:first-child {
	margin-top:0px;
	padding-top: 0px;
}

#textholder a {
	color: #2c3b67;
}

#footer {
	color: #363e55;
	font-weight: bold;
	text-align:center;
	margin-top: 9px;
}

a img {
	border: 0;
}

h1 {
	font-size: 22px; 
	font-weight: bold; 
	color: #2c3b67;
}

.titleNvanBelzen {
	font-size: 22px; 
	font-weight: bold; 
	color: #2c3b67; 
	clear: both; 
	letter-spacing:-1px;
}