#page_title {
	position: relative;
	border-bottom: 2px dotted #F90;
	margin-bottom: 0.8em;
}
#page_title h1 {
	padding: 0; margin: 0;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	font-size: 1.6em;
	font-weight: bold;
	color: #F90;
}

#page_container {
	position: relative;
	height: auto !important;  /* per i browser moderni */
  	height: 320px;      /* per IE5.x e IE6 */
  	height /**/: 320px;      /* per IE5.x e IE6 */
  	min-height: 320px;  /* per i browser moderni */
}

#page_contents {
	position: relative;
	width: 420px;
	color: #000;
	/*padding-top: 1em;*/
	text-align: justify;
	/*border: 1px solid #F00;*/
}

#page_images {
	position: absolute; top: 0; right: 0;
	margin-left: 320px;
}

a {	color: #000; text-decoration: none; }
a:hover {	color: #F90; text-decoration: underline; }