body {
	margin:0;
}

#header {
	margin:0;
	padding:0;
	height:221px;
	width:743px;
	background-image: url("../images/schuur_hdr.jpg");
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 span {
	display:none
}

#nav {
	padding-top:95px;
	padding-left:4px;
	width:380px;
}

#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#nav ul li {
	font-size:0.9em;
	font-weight:bold;
	display: block;
	float: left;
	text-align: center;
	margin:0;
	padding-left:15px;
	line-height:1.5em;
}

#nav ul li a  {
	color:#C8B0B0;
	text-decoration:none;
}

#nav ul li a:hover  {
	color:#F3EDED;
}

#content {
	margin-left:15px;
	margin-bottom: 5em;
	height: auto;
}

h2 {
	margin:0 0 5px 0;
	color:#E1C2C2;
	border-bottom:2px solid #610000;
}

#footer {
	line-height:2em;
	text-align:center;
	border-top:2px solid #610000;
	padding-top:5px;
	font-size:0.8em;
	margin-left:20px;
	position:absolute;
	bottom:20px;
}

html, body, #page {
	min-height: 100%;
	width: 750px;
	height: 100%;
}

html>body, html>body #page {
	height: auto;
}

#page {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding-bottom:1em;
}