/* This unfinished code is copyright 2004 by Tim Dobbelaere. All rights reserved. */

BODY {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	background-color: #F99D1C;

	margin:0px;
	padding:0px;
}

#document {
	/* Gecko */
	max-width: 760px;
	max-height: 600px;
	/* IE */
	width: 760px;
	height: 600px;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -380px;
}
	
#menu_section {
	background-color: #000000;

	/* Gecko */
	max-width: 120px;
	max-height: 520px;
	/* IE */
	width: 120px;
	height: 520px;
	
	position: absolute;
	top: 80px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.menu_item {
	font-size: 14pt;
	color: #ffffff;
	text-align: center;
	margin-top: 12pt;
	display : block;
}

.menu_item A {
	color: #FFFFFF;
}

.menu_item A:hover {
	color: #F99D1C;
	text-decoration: none;
}

#title_section {
	background-color: #000000;
	font-size: 26pt;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 180px;

	/* Gecko */
	max-width: 760px;
	max-height: 600px;
	/* IE */
	//width: 760px;
	//height: 600px;

	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#title_section A {
	color: #FFFFFF;
}

#title_section A:hover {
	text-decoration: none;
}

#pics_section A:hover img {
	filter: none;
}

#pics_section img {
	filter: gray;
}

#body_section {
	overflow: auto;
	padding: 8px;
	padding-left: 60px;
	background-color: #FFFFFF;
	background-image : url(corner.gif);
	background-repeat : no-repeat;

	/* Gecko */
	max-width: 624px;
	max-height: 504px;
	/* IE */
	width: 624px;
	height: 504px;

	position: absolute;
	top: 80px;
	right: 0px;
	bottom: 0px;
	left: 120px;
}

#lastupdate_section {
	font-size: 8pt;
	color: #FFFFFF;
	text-align: right;
	background-color: #000000;

	width: 624px;
	height: 16px;

	position: absolute;
	top: 584px;
	right: 0px;
	bottom: 0px;
	left: 120px;
}

#button_section {
	width: 120px;
	height: 40px;
	text-align: center;

	position: absolute;
	top: 620px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#copyright_section {
	font-size: 8pt;

	width: 640px;
	height: 40px;

	position: absolute;
	top: 620px;
	right: 0px;
	bottom: 0px;
	left: 120px;
}

H1 {font-size: 14pt; text-align: center; margin-top: 20pt;}
H2 {font-size: 10pt; margin-top: 20pt;}

A {color: #F99D1C; text-decoration: none;}
A:hover {text-decoration: underline;}

.u {text-decoration: underline;}
.date {white-space : nowrap;}
