body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8.5pt;

}


#body {
 	position: absolute; 
 	top:  0px; 
 	left: 50px; 

	width: 900px;
	height: 600px;
}

#line {
	position: absolute;
	height: 2px;
	top:    415px;
	left:   0px;
	width:  600px;
	overflow: hidden;
	
	background-color: #000000;
	z-index: 1;
}

#ref_textbox {
	position: absolute;
	left: 0px;
	top:  0px;
	height: 400px;
}

#ref_textbox div {
	position: absolute;
	bottom: 0px;
	width: 250px;

	display: none;
/* 	text-align: justify; */
}
#download {
	position: absolute;
	top:  496px;
	left: 510px;
}

#download a {
/* 	font-weight: bold; */
	font-size:   8.5pt;
	color: #88005B;
	text-decoration: none;
}

#imgsel {
	position: absolute;
	top:  433px;
	left: 400px;
}

#imgsel a {
/*	background-color: #ECDEFC;
	border: 1px 1px 1px 1px ;
	border-style: solid;
	border-color: yellow;
	border-width: 1px;*/

	margin: 0px 5px;
}

#imgsel img {
	border: none;

}

#image_place {
	position: absolute;
	top: 0px;
	left: 300px;
	height: 400px;
}

#image_left {
	position: absolute;
	bottom: 0px;
}

#collage {
	position: absolute;
	top: 75px;
	left: 300px;
	border: none;
}
#collage img {
	z-index: 0;
}

#headline {
	position: absolute;
	left: 30px;
	top:377px;
	font-size: 20pt;
	font-weight: bold;
}

#links_block a {
	color: black;
	text-decoration: none;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
}

pre {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8.5pt;
}
