body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #52470E;
	background-color: #FFFFFF;
}

p{
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 16px;
}

img{
	padding: 0;
	margin: 0 0 10px 0;;
}

a{
	color: #52470E;
	text-decoration: underline;
}

a:hover{
	color: #7ACCC8;
	text-decoration: underline;
}

a:visited{
	color: #52470E;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A28917;
	font-size: 13px;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 18px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A28917;
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 15px;
}

ul{
	padding-left:15px;
	margin-bottom:10px;
	list-style-type:square;
}

#site{
	background: url(site_images/background.jpg);
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	height: 700px;
}

#nav{
	position: relative;
	left: 65px;
	top: 133px;
	width: 149px;
	margin: 0;
	padding: 0;
}

	#home{
		width: 149px;
		height: 48px;
		background: url(site_images/home.jpg);
	}
	
	#home:hover{
		background-position: bottom;
	}
	
	#anders{
		width: 149px;
		height: 48px;
		background: url(site_images/communicatie_op_maat.jpg);
	}
	
	#anders:hover{
		background-position: bottom;
	}
	
	#myself{
		width: 149px;
		height: 48px;
		background: url(site_images/wie_is_commonsense.jpg);
	}

	#myself:hover{
		background-position: bottom;
	}
	
	#flair{
		width: 149px;
		height: 48px;
		background: url(site_images/flair.jpg);
	}

	#flair:hover{
		background-position: bottom;
	}
	
	#angelique{
		width: 149px;
		height: 48px;
		background: url(site_images/even_extra_kracht.jpg);
	}
	
	#angelique:hover{
		background-position: bottom;
	}
		
	#referenties{
		width: 149px;
		height: 48px;
		background: url(site_images/referenties.jpg);
	}

	#referenties:hover{
		background-position: bottom;
	}
	
	#contact{
		width: 149px;
		height: 48px;
		background: url(site_images/contact.jpg);
	}

	#contact:hover{
		background-position: bottom;
	}
	
#content{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 429px;
	height: 500px;
	left: 237px;
	top: 133px;
}

#footer{
	position: absolute;
	left: 670px;
	margin: 0;
	padding: 0;
	width: 147px;
	top: 638px;
	font-size: 9px;
	color: #FFFFFF;
}