HTML {
   background-image: url(../images/bg1dark.gif);
   background-repeat: repeat;
   SCROLLBAR-FACE-COLOR: #311A15; 
   SCROLLBAR-HIGHLIGHT-COLOR: black; 
   SCROLLBAR-SHADOW-COLOR: #E0C57D; 
   SCROLLBAR-3DLIGHT-COLOR: #311A15; 
   SCROLLBAR-ARROW-COLOR: black; 
   SCROLLBAR-TRACK-COLOR: #311A15;
   SCROLLBAR-DARKSHADOW-COLOR: black;
   margin: 0px;
   padding: 0px;
   border: 0px
}
BODY {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14pt;
  color: #bda995;
  margin: 0px;
  border: 0px
}
#left {
  position: absolute;
  left:0px;
  top:10px;
  width:180px;
  height: 100%;
  padding: 0px 0px;
}

#right {
  font-size: 12pt;
  color: #bda995;;
  position: absolute;
  right:0px;
  top:110px;
  width:200px;
  height: 100%;
  padding: 0px 0px;
}

#header {
  height: 90px;
}
#main {
  background-image: url(../images/bg2light.gif);
  background-repeat: repeat;
  margin-left: 180px;
  margin-right:200px;
  height: 100%px;
  margin-top: 0px;
  padding: 0px 12px 0px 12px;
}
#footer {
  font-size: 10pt;
  color: #bda995;;
  width: 100%;
  height: 5px;
  margin: 0px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #311a15;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.kop {

	font-size: 20pt;
	color: #311A15;;
	font-style: italic;
}

