body {
	font: 100% "Arial", Arial Black, Helvetica, sans-serif;
	font-size: 12px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f9f7f4;
}
.oneColFixCtrHdr #container {
	width: 816px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f9f7f4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr a{
	text-decoration: none;
	color:#404042;
}
a:hover {
	color: #cc3333;
}
.oneColFixCtrHdr #header {
	padding: 40px 0 60px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 816px;
}
.oneColFixCtrHdr #logo {
	float: left;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 0;
}
.menu {
	padding: 0 40px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Arial Black";
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}
.oneColFixCtrHdr #maintext {
	margin: 20px 0;
	padding: 0 23px 20px 23px;
	background-color: #e5e4e0;
	border-top: 1px solid #c0c0c0;
	overflow: auto;
}
.oneColFixCtrHdr #mainphoto {
	margin: 20px 0;
	padding: 0 23px 20px 23px;
	background-color: #e5e4e0;
	border-top: 1px solid #c0c0c0;
}
.oneColFixCtrHdr #frontplaat {
	margin: 20px 0;
	border: 8px solid #e5e4e0;
	background-image: url(images/album/rotate.php);
	height: 500px;
}
.oneColFixCtrHdr #transbox {
  width: auto;
  height: 100px;
  padding: 1px 20px 0;
  text-align: right;
  background-image:url(images/transbox.png);
}
.oneColFixCtrHdr #footer {
	padding: 0 23px 0 23px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #e5e4e0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.gray {
	font-size: 26px;
	font-weight: bold;
	color: #404042;
}
.red {
	font-size: 22px;
	font-weight: bolder;
	color: #cc3333;
}
.redbig {
	font-size: 25px;
	font-weight: bolder;
	color: #cc3333;
	line-height: 10pt;
}
.whitebig {
	font-size: 25px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 0pt;
}
.whitebig a{
	color:#FFFFFF;
}
.date {
	font-size: 18px;
	font-weight: bolder;
	color: #CCC;
}
img.alignright {
	float: right;
	margin: 0 0 10px 10px;
	border: 8px solid #c0c0c0;
}
