html, body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}

body 
{
	font-family : Georgia;
	color : #000000;
	font-size : 12px;
	margin:0;
	padding:0;
	background-image:url(../img/sitecontainer-bg.png);
	background-position:top center;
	background-repeat:repeat-y;
}

#sitecontainer
{	
	position:absolute;
	width:960px;
	min-height:100%;
	height:auto;
	padding:0;
	margin-top:0;
	margin-bottom:0;
	left:50%;
	margin-left:-480px;
	background-color:#fff;	
}

#top
{
	float:left;
	width:960px;
	height:180px;
	text-align:center;
	font-family:Georgia;
	font-weight:bold;
	letter-spacing:0px;
	font-size:33px;
	background-color:#fff;
	background-image:url(../img/header-st-laurensfonds.png);
}

#menu
{
	float:left;
	width:960px;
	height:20px;	
	background-image:url(../img/menu-bg.png);
}

#main
{
	float:left;
	width:589px;
	min-height:554px;
/*	border-bottom:1px solid #f00; */
	height:auto;
	padding:18px 20px 0 50px;
	background-repeat:no-repeat;
	background-position:bottom left;
}

#blokjes
{
	background-image:url(../img/main-bg.png);
	width:39px;
	height:100px;
	position:absolute;
	left:0px;
	bottom:40px;
}

#right
{
	float:left;
	width:239px;
	min-height:492px;
	letter-spacing:0.5px;	
	background-repeat:repeat-x;	
	height:auto;
	padding: 36px 31px 42px 31px;
}

#bottom
{
	position:absolute;
	left:50%;
	margin-left:-480px;	
	bottom: 0px;
	width:960px;
	height:40px;
	background-image:url(../img/bottom-bg.png);
	background-repeat:repeat-x;
	background-color:#fff;
}

a:link 
{
	font-weight:bold;
	text-decoration:underline;
	color: #0066cc;
}
a:visited 
{
	color:#0066cc;
	font-weight:normal;
	text-decoration:underline;
}
a:hover 
{
	text-decoration:none;
}

a:hover + img 
{
	border: 0px none #000;
	text-decoration:none;
}


a:active {
	border: 1px dashed #0066cc;
	text-decoration:none;
	font-weight:normal;
}
