body {
	background: #CACACA url(images/background.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, serif
}
#container {
	margin: 0 auto;
	width: 750px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}
#header {
	width: 100%
}
#header, h1 {
	padding-left:50px;
	}
#sub_header {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-left:120px;
	padding-bottom: 40px;
}
#main_content {
	margin: 0 auto;
	width: 749px;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
	background-color:#FFFFFF;
} 
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto;
}
.content {
	float: left;
	width: 700px;
	text-align: left;
	padding: 0 30px 0 30px;
	font-size: 12px
}
.ads {
margin-left:629px;
margin-top:36px;
background-color:#fff;
position:absolute;
border-left:#999999 1px solid;
border-top:#999999 1px solid;
border-right:#999999 1px solid;
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color:#333333;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
a {
	color:#333333;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color:#666666;
	font-weight: bold;
	text-decoration: underline
}

	/***********************************************************************************************
	
	En toen was ik te lui om zelf wat te maken :>>>
	*****************\
	
	Copyright (c) 2005 - Alf Magne Kalleland post@dhtmlgoodies.com
	
	Get this and other scripts at www.dhtmlgoodies.com
	
	You can use this script freely as long as this copyright message is kept intact.
	
	***********************************************************************************************/
	#mainMenu{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:16px;	/* Font size of main menu items */
		border-bottom:1px solid #999999;	/* Bottom border of main menu */
		height:30px;	/* Height of main menu */
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font  of sub menu items */
		background-color:#fff;	/* Background color of sub menu items */
		width:749px;	/* Don't change this option */
		border-left:#999999 1px solid;
		border-right:#999999 1px solid;
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid #999999;
		border-top:1px solid #999999;
		border-right:1px solid #999999;	
		background-color: #ffffff;	/* Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #000;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		font-size:0.9em; 
	}
	
	