	* {
		font-family: 			“Trebuchet MS”, sans-serif;
		font-style: 			normal;
		text-transform: 		normal;
		letter-spacing: 		normal;
		line-height: 			1.4em;
	}
	body, html {
		margin:					0px;
		padding:				0px;
	}
	p {}
	body {
		text-align:				center;
		background-color:		#22274e;
	}
	#body {
		overflow:				visible;
		margin-left:			auto;
		margin-right:			auto;
		width:					954px;
		text-align:				left;
		background-color:		#7ec91d;
	}
	#header {
		border-top:				2px solid #22274e;
		width:					954px;
		height:					64px;
		background-color:		#7ec91d;
		border-bottom:			2px solid #22274e;
		background-image:		url('http://www.golf-holidays.nl/img/header.jpg');
		background-repeat:		no-repeat;
		background-position:	bottom left;
		text-align:				center;

	}
	#menu {
		float:					left;
		width:					200px;
		min-height:				100px;
		-height:				200px;
		background-color:		#7ec91d;
	}
	#content {
		border-left:			2px solid #22274e;
		width:					752px;
		min-height:				600px;
		-height:				800px;
		background-color:		white;
		overflow:				visible;
		float:					left;
	}
	#footer {
		border-top: 			2px solid #22274e;
		clear:					both;
		width:					954px;
		height:					25px;
		background-color:		#7ec91d;
		font-family: 			verdana; 
		font-weight: 			normal; 
		font-size:				0.8em;
	}
	#fotoviewer {
		padding:				0px;
		margin:					0px;
		border-bottom:			2px solid #22274e;
		width:					954px;
		height:					225px;
		background-color:		#7ec91d;
	}
	#fotoviewer img {
		border:					0px;
		padding:				0px;
		margin:					0px;
	}
	#header ul {
		padding:				0px;
		margin:					0px;
	}
	#header li {
		display:				inline;
		margin-left:			15px;
	}
	#header a {
		font-weight: 			bold; 
		font-size: 				0.8em;
		color:					white;
		text-decoration:		none;
	}
	#header a:hover {
		color:					#22274e;
	}
	input,select {
		border:					1px solid #7ec91d;
	}