*{
	margin:0px;
	padding:0px;
}

h1{
	padding: 0px 0px 5px 0px;
	font-size:14px;
}

body,html {
	background-color: #3C7275;
	color:#642910;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#container {
	margin:auto;
	width: 800px;
}

	#header {
		height: 322px;
		background-image:url(../images/header.gif);
	}
	
	#mid {
		background-image:url(../images/content.gif);
		background-repeat:no-repeat;	
		height:auto;	
		
	}
	
	#content{
		width:425px;
		float:left;
		margin-left:70px;
	}
	
	#menu {
		width: 220px;
		float:left;
	}
	
		#menu a{
			margin-left: 60px;
			display:block;
			text-decoration:none;
			background-position:top center;	
		}
		#menu a:hover{
			background-position:bottom center;
		}
		#menu .active{
			background-position:bottom center;
		}
		
				#menu .home{
					height:31px;
					width: 165px;
					background-image:url(../images/menu/home.gif);
				}	
				#menu .arrangementen{
					height:29px;
					width: 164px;
					background-image:url(../images/menu/arrangementen.jpg);
				}	
				#menu .catering{
					height:31px;
					width: 165px;
					background-image:url(../images/menu/catering.gif);
				}	
				#menu .contact{
					height:33px;
					width: 165px;
					background-image:url(../images/menu/contact.gif);
				}
	#menu img{
		padding: 90px 0px 0px 47px;

	}														
	
	#footer{
		background-image:url(../images/footer.gif);
		height:110px;
	}
	
	ul{
		padding-top:10px;
		padding-left:20px;
	}
	
	#moodImg{
		height:200px;
	}

