body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt; 
	text-align: center;
	background-image: url('back3.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

/*########################################### BLOCKS & FLOATERS */

#wrapper {
	margin: 0 auto;
	height: 910px;
	width: 950px;
	text-align: left;
	position: relative;
}

#header {
	height: 275px;
	overflow: hidden;
	position: relative;
}

#logo { 
	position: absolute;
	top: 74px;
	left: 214px;
}

#menu {
	position: absolute;
	bottom: 5px;
	left: 60px;
	height: 25px;
	width: 579px;
}

#baseline {
	position: absolute;
	top: 115px;
	right: 70px;
	width: 180px;
	height: 180px;
	font-size: 23px;
	color: white;
	font-weight: bold;
}

#content_pink {
	color: #ffffff;
	margin-left: 150px;
	margin-right: 150px;
	height: 274px;
	overflow: hidden;
}

#content_white {
	color: #9a7b2b;
	margin-left: 190px;
	margin-right: 0px;
	height: 340px;
	overflow: hidden;
}

#footer {
	margin-left: 130px;
	margin-right: 130px;
	height: 40px;
	overflow: hidden;
}

/*########################################### TYPOGRAPHY */

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; 
	margin: 8px;
	padding: 0;
}

td { 	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	margin: 0px;
	padding: 3px 5px;
}

tr.border td { border-left: 1px solid #9a7b2b;}

h1 { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 28px; 
	height: 30px;
	margin: 8px;
	padding: 0;
	font-weight: normal;
}

.center { text-align: center;}
.bigger { font-size: 15px; }

a { color: black; }
a:hover { color: #9a7b2b; }
a img { border: 0; }

#content_pink a { color: white; }
#content_pink a:hover { color: black; text-decoration: none;}

#footer p { 
	width: 300px;
	font-size: 9px; 
	color: black;
	margin: 0px;
	padding: 0;
	float: right;
	text-align: right;
}

#footer p.left { 
	float: left;
	text-align: left;
}

/*########################################### MENU */

#menu p { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 23px;
}

#menu a { margin: 0 10px; color: white; text-decoration: none; }
#menu a:hover { color: black; }


/*########################################### FORM */

p.floating {
	margin: 0;
	padding: 0;
	line-height: 25px;
	width: 125px;
	float: left;
	overflow: hidden;
}

textarea, input { font-size: 12px; padding: 2px; }
textarea, input.veld {
	border: 1px solid #9a7b2b; 
	width: 370px;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}
