body {
	margin: 24px 0 24px 0;
	padding: 0;
	background: #000 url(images/vleugel1.jpg) no-repeat center top;

  width: 100%;
  display: table;
  
	text-align: left;
	font-family: futura, verdana;
	letter-spacing: 0.4px;
	font-size: 13px;
	line-height: 170%;
	color: #000;	
}

a:hover {
	text-decoration: none;
	color: #cc071e;
}

a:visited{
	text-decoration:none;
	color:#cc071e;
}

a:active {
	text-decoration:none;
	color:#000;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 140px;
	margin: 4px auto;
}

a:link { 
	color: #F7941E; font-style: regular; text-decoration: none; 
}


/** Style for menu starts here */

#menu {
	width: 760px;
	height: 26px;
	font-size: 16px;
	font-weight: regular;
	margin: 35px;
	background: #cc071e;
	z-index: 99;
}

#menu a {
	display: block;
	float: left;
	padding: 2px 2px 16px 16px;
	text-decoration: none;	
	color: #f6e2d2;
}

#menu a:hover {
	color: #000;
}

/** Style for wrapper starts here */

#wrapper {
	width: 840px;
	margin: 0px auto;
	background: #FFF;
	padding: 20px;
	z-index: 1;
}

/** Style for content starts here */

#content {
	width: 790px;
	padding-left: 0px;	
	padding-top: 0px;
}

#middle {
	float: left;
	width: 480px;
	padding-left: 35px;
	padding-top: 0px;
	margin-bottom: 0px;
}
#middle a {
	color: #cc071e;
}
#middle a:link {
	color: #cc071e;
}
#middle a:hover {
	color: #000;
}

#right {
	float: right;
	width: 220px;
	padding-top: 20px;
	padding-left: 30px;
	margin-bottom: 40px;
	padding-right: 0px;
	text-align: left;
}
#right a {
	color: #cc071e;
}
#right a:link {
	color: #673066;
}
#right a:hover {
	color: #000;
}


#footer {
	clear: both;
	width: 748px;
	height: 26px;
	margin: 35px;
	padding: 0px 0px 8px 16px;
	margin-bottom: 20px;
	background: #000;	
	font-size: 12px;
	font-weight: regular;
	color: #f6e2d2;
}
#footer a {
	text-decoration: none;	
	color: #f6e2d2;
}
#footer a:hover {
	color: #cc071e;
}