html, body {
	background:#c8b78e url(images/bg01.jpg) repeat-x;
	margin:0; padding:0;
	font-family:'trebuchet ms',helvetica,sans-serif;
	color:#5d3e59;
	font-size:12px;
	line-height:20px;
	}
a	{text-decoration:none;color:#5d3e59;}
h1, h2, h3 {margin-bottom:1px;margin-top:3px;}
h1	{font-size:24px;}
h2	{font-size:18px;}
p	{margin:0;}
a:hover {
	color:#990000;
	}
#wrapper {
	margin:0 auto;
	width:706px;
	height:auto;
	}
	#HeaderSegment {
		/*background:url(images/header.jpg);*/
			/* FAUX COLUMNS */
		background:url(images/Header3.jpg) repeat-y 50% 0;
			/* FAUX COLUMNS */
		height:209px;
		width:100%;
		}
	#ContainerSegment {
	background:url(images/bodybg.jpg) repeat-y;
	height:auto;
	overflow:hidden;
	}
	/******* for IE5-6/Win, hide from IE5/Mac \*/
	* html #ContainerSegment {height:100%}
	/******* end hide from IE5/Mac *******/
		#LeftColumn {
			width:163px;
			float:left;
			background:url(images/LeftColumnBg.jpg) repeat-y;
		}
		#RightColumn {
			width:523px; /* no-padding=513px */
			padding:0 10px 0 10px;
			float:left;
			background:url(images/RightColumnBg.jpg) repeat-y;
		}
	#MenuSegmentHeader {
		background:url(images/menuheader.jpg);
		width:163px;
		height:26px;
		}
	#FooterSegment {
		height:10px;
		padding:15px 0 10px 0;
		background:#c8b78e url(images/FooterBg.jpg);
		width:706px;
		text-align:center;
		float:left;
		color:#564d36;
		}
		/***** NAViGATiON START *****/
#NavSegment {
	height:33px;
	background:url(images/NavigationBg.jpg);
	}
		ul.NavigationMenu {
		margin:0;
		padding:0;
		}
		.NavigationMenu li {
		display:inline;
		float:left;
		}
		.span-no-display {
		display:none;
		}
		li.ButtonHome a, li.ButtonSwingers a, li.ButtonAanbod a, li.ButtonNieuwsbrief a, li.ButtonContact a {
		display:block;
		width:114px;
		height:33px;
		}
				li.ButtonHome a {
				background:url(images/ButtonHome.jpg);
				background-position:top;
				}
				li.ButtonHome a:hover {
				background:url(images/ButtonHome.jpg);
				background-position:bottom;
				}
				li.ButtonSwingers a {
				background:url(images/ButtonSwingers.jpg);
				background-position:top;
				}	
				li.ButtonSwingers a:hover {
				background:url(images/ButtonSwingers.jpg);
				background-position:bottom;
				}
				li.ButtonAanbod a {
				background:url(images/ButtonAanbod.jpg);
				background-position:top;
				}	
				li.ButtonAanbod a:hover {
				background:url(images/ButtonAanbod.jpg);
				background-position:bottom;
				}	
				li.ButtonNieuwsbrief a {
				background:url(images/ButtonNieuwsbrief.jpg);
				background-position:top;
				}	
				li.ButtonNieuwsbrief a:hover {
				background:url(images/ButtonNieuwsbrief.jpg);
				background-position:bottom;
				}	
				li.ButtonContact a {
				background:url(images/ButtonContact.jpg);
				background-position:top;
				}	
				li.ButtonContact a:hover {
				background:url(images/ButtonContact.jpg);
				background-position:bottom;
				}	
				/***** NAViGATiON STOP *****/
ul.menu {
	margin:5px 0 15px 6px;
	padding:0;
	border:none;
	line-height:normal;
}
.menu li, .menu li a {
	list-style:none;
	margin:0;
	padding:0 0 0 3px;
	display:block;
	width:150px;
}
.menu li a:hover {
	background:url(images/MouesOverBg.jpg);
	}
			/****************** HACKZZZ *****************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
.clear { /* Als extra */
	clear:both;
	}
			/****************** HACKZZZ *****************/

