body {
	margin-top: 0px;
	background-image:    url(../images/bg.gif);
	background-repeat:   repeat;
	
	font-family:      papyrus, 'times new roman', serif;
	font-size:        11pt;
}

img, a img {
	border-style: none;
	border-width: 0px;
	margin: 0px;
}

#site {
	position: relative;
	width: 740px;
	padding-bottom: 160px;
	
	text-align: left;
}

#banner {
	position: absolute;
	top:  0px;
	left: 0px;
	
	height: 147px;
	width:  740px;
}

#bottom {
	position: absolute;
	bottom:   0px;
	left:     0px;
	
	height:  35px;
	width:  740px;
}

#corner {
	position: absolute;
	bottom:  35px;
	left:     4px;
}

#txt {
	position: relative;
	
	top: 147px;
	left: 0px;
	right: 0px;
	
	padding-top: 1px;
		
	min-height: 600px;
	_height: 600px;
	
	background-image:    url(../images/bg_txt.gif);
	background-repeat:   no-repeat;
	background-position: 0px 0px;
}


#kopje {
	position: absolute;
	top:    22px;
	left:  181px;
	right:   4px;
	height: 19px;
	overflow: hidden;
}

#content {
  position:   static;
   
  margin-top:    63px;
  margin-bottom: 22px;
  margin-left:  181px;
  margin-right:   4px;
  
  padding-top:     0px;
  padding-bottom: 35px;
  padding-left:    0px;
  padding-right:  22px;
  
  text-align: justify;
}

#links {
	position: absolute;
	top:       63px;
	left:       4px;
	width:    177px;
}

#links a {
	display: block;
	margin-bottom: 10px;
}