body{
	background-color:#744e75;
	width:100%;
	height:100%;
	margin:0px;
}

img{
	border:0px;
}

#shadow{
	position:absolute;
	width:850px;
	height:685px;
	left:50%;
	top:50%;
	margin-left:-425px;
	margin-top:-342px;
	background:url(images/bg_shadow.jpg);
}

#main_holder{
	position:absolute;
	width:800px;
	height:635px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-317px;
}

#header{
	width:800px;
	height:109px;
	background-image:url(images/header.jpg);
	margin-bottom:6px;
}

#main{
	width:800px;
	height:520px;
}

#left{
	width:350px;
	height:520px;
	float:left;
}

#menu{
	width:350px;
	height:212px;
	background-image:url(images/menu_bg.jpg);
}

table{
	margin-left:5px;
	margin-top:15px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
}

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

#foto{
	width:350px;
	height:308px;
	/*background-image:url(images/Wijslanders.jpg);*/
}

#right{
	width:450px;
	height:520px;
	float:right;
	background-repeat:no-repeat;
	background-image:url(images/content_bg.jpg);
}

#content{
	width:440px;
	height:460px;
	float:right;
	overflow:auto;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:40px;
	font-family:"Book Antiqua";
	font-size:12px;
	color:white;
}

a{
	color:#6699FF;
}