body	
	{
		color: #900;
		font-family: Arial, sans-serif;
		font-size: 0.625em;
		line-height: 1.8em;
		background-color: #ffc;
	}
p	{	font-size: 1.4em;}
h1	{	font-size: 4.8em;}
h2	{	font-size: 3.6em;}
h3	{	font-size: 2.4em;}

a	
	{
		color: #c30;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0.2em;
	}
a:hover
	{
		text-decoration: underline;
	}

#container
	{
		margin: 0 auto; 
		padding: 0;
		width: 780px;
	}

#header
	{
		font-family: "Monotype Corsiva";
		background-image: url("images/header_tuin_uitzicht.jpg");
		background-repeat: no-repeat;
		text-align: center; width: 100%;
		height: 100px;
	}
#content
	{
		padding: 0;
		margin: 0;
		text-align: left;
		width: 482px;
		float: left;
	}

#content ul
	{
		list-style-type:square;
		list-style-position:inside;
		padding:10px;
		margin:0px;
		font-size:1.4em;
	}

#content li
	{
		font-size:1.0em;
	}	



#slide
	{
		padding: 0;
		margin: 0;
		position: relative;
		top: 30px;
		width: 298px;
		height: 166px;
		float: right;
	}

#slide img
	{
   		height: 150px;
		width: 200px;
		padding:14px;
		border:1px solid #000000;
		background-color:#fbfbfb;
	}

#menu
	{
		font-size: 2.1em;
		font-family: "Monotype Corsiva";
		font-weight: bold;
		
		background-image: url("images/menu_skyline.jpg");
		background-repeat: no-repeat;
		
		padding: 0;
		margin: 0;
		padding: 0;
		text-align: center;
		word-spacing: 30px;
		width: 100%;
		height: 120px;
		clear: both;
	}
#footer
	{
		color: #900;
		font-size: 0.6em;
		text-align: right;
		width: 100%;
		height: 15px;
		clear: both;
	}

#intro  {
		font-size: 4.2em;
		font-family: "Monotype Corsiva";
		font-weight: bold;
		text-align: center
	}
