@charset "utf-8";
body {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

#header {
	display: block;
	float: left;
}

#logovdn {
	width: 331px;
	height: 200px;
	margin-right: 65px;
	background: url(/images/vdn_331x200.jpg) top left;
	float: left;
	display: block;
}

#topright {
	width: 319px;
	height: 200px;
	margin-left: 65px;
	float: left;
	display: block;
}


#container {
	width: 780px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#infoleft, #infocenter, #inforight {
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	width: 260px;
	float: left;
}

h1 {
	font-size: 18px;
	color: #333;
	border-bottom: solid 1px #b8b8b8;
}

h2 {
	font-size: 14px;
	color: #333;
	border-bottom: solid 1px #b8b8b8;
}

#box {
	float: right;
	background-color: white;
	border: solid 1px #b8b8b8;
	width: 320px;
	height: 320px;
	display: block;
	padding: 25px;
}

img {
	border: 0px;

}

