h1 {
	font-weight: bold;
	font-size: 20px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
}
body {
	margin: 0px;
	padding: 60px 0px 30px 0px;
	overflow: hidden;
}
#content {
	height: 100%;
	overflow: auto;
  position: relative;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
  width: 100%;
  height: 60px;
  color: black;
}
#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 29px;
}
#tabs {
  float: right;
  width: 150px;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  overflow: auto;
  background-image: url(http://members.chello.nl/a.keijzer7/images2/menu.bmp);
	background-repeat: repeat-y;
}
#ring {
	float: left;
  width: 110px;
  height: 100%;
	background-image: url(http://members.chello.nl/a.keijzer7/images2/ringband.bmp);
	background-repeat: repeat-y;
}