* {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-family: arial, "lucida console", sans-serif;
	color: #ccc;
}
body, html {height: 100%;}


body {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color:#FFF;
}
#wrap{
	width:100%;
	height:100%;
	margin: 0 auto;
}
#container{
	width:100%;
	height:100%;
	
	text-align:center;
	margin:auto;
}
#theContent{
	width: 515px;
	height: 465px;
	margin: 0 auto;
	background:url(imgs/main.jpg) no-repeat center top;
}
#theMenu{
	position:relative;
	left: 300px;
	top: 90px;
	width: 250px;
	height: 350px;
	float:left;
}
li{
	list-style-type:none; 	
	margin-bottom:5px;
	text-align:left;
}

a{ color:#666666; text-decoration:none; }
a:link{ color:#666666; text-decoration:none; }
a:hover{ color:#999900; text-decoration:none;; }
a:active{ color:#666666; text-decoration:none; }

#naam{
	position:relative;
	left:52px;
	top:15px;
	float:left;
	text-align:left;
	color:#787878;
	line-height:20px;
	height:42px;
}
strong{
	color:#000;
}