body {
	font: 100% Lucida Sans Unicode, Lucida Grande, sans-serif;
	background: #e2e2e2 url(images/bg.jpg)repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccc99;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0 20px 0 20px;
	border-bottom: 1px;
	border-bottom-color: #F00;
	border-bottom-style: solid;
	height: 53px;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 21px;
	padding: 19px 14px 10px 14px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #F00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#menu .active a {
	color: #F90;
}

p {
	padding: 10px 0;
	margin: 0;
}
#text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	margin: 40px 0 0 0;
	text-align:center;
}
#text a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	margin: 40px 0 0 0;
	text-align:center;
	color: #000;
}

#music {
	text-align:center;
	width: 350px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100%;
	position: fixed;
}
#rechtsonder {
	text-align:center;
	width: 273px;
	float:right;
	height: 100%;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
}
#reacties {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin: 75px 0 0 201px;
	text-align:left;
}
textarea.red {
	background: #F00 url(images/site_schets7_04.jpg) no-repeat;
	border:0px;
	height: 101px;
	width: 431px;
}
