#header {
	height: 200px;
	width: 100%;
}
#wrapper {
	width: 955px;
	text-align: left;
	margin: 0 auto;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: medium;
	text-align: center;
	min-width: 955px;
	background-image: url(Themes/VDA_background.jpg);
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	font-size: small;
}
#menu {
	height: 80px;
	width: 100%;
}
#middle {
	width: 100%;
}

#content {
	position: relative;
	width: 945px;
	float: left;
	left: 0px;
}

.VDA_01 {
	color: #333366;
	font-size: x-large;
}

.VDA_02 {
	color: #333366;
	font-size: large;
}
