html {
	height: 100%;
}

body, ul, li, h1, h2, h3, p, form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #3366aa;
}

p {
	margin-bottom: 1.2em;
}

table {
	border-collapse: collapse;
}

body {
	height: 100%;
	background-color: #b6b6b6;
	font-size: .9em;
}

div#container {
	position: relative;
	width: 800px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(/img2/bg/antonkersjes.jpg) right 131px no-repeat;
}

* html div#container {
	height: 100%;
}

div#header {
	padding: 18px 0 0 38px;
		background: url(/img2/quote.gif) 382px 54px no-repeat;
	}

a#logo {
	float: left;
	display: block;
	width: 189px;
	height: 75px;
	background: url(/img2/logo.gif) top left no-repeat;
}

div#content {
	width: 410px;
	height: 520px;
	overflow: auto;
	margin: 60px 124px 0 210px;
	padding: 10px 20px 20px 0;
	font-family: "Lucida Sans", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 16px;
}

div#content h1 {
	color: #9c084e;
	font-size: 1.6em;
	margin-bottom: .8em;
	line-height: 1.2em;
}

div#content h2 {
	color: #b40268;
	font-size: 1.2em;
	margin-bottom: .1em;
	line-height: 1.1em;
}

div#content a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

div#content ul {
	margin-left: 1em;
}

/* clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hide from IE Mac \*/
.clearfix {display:block;}
html .clearfix {height: 1%;}
/* End hide from IE Mac */
