body
{
	border:0px;
	margin:0px;	
	/**background-color:rgb(28,23,81);*/
	/**background-color:rgb(166,188,64);*/
	background-color:rgb(229,240,171);
	/**background-color:white;*/
}
div#container
{
	width:900px;
	height:1000px;
	border:0px solid black;	
	position:absolute;
	top:0px;
	z-index:1;
	background-color:rgb(28,23,81);
}
div#intestazione
{
	width:900px;
	height:71px;
	border:0px solid black;
	top:0px;
	left:0px;
	z-index:2;
	background-color:white;
}

	div#logo
	{
		width:532px;
		height:71px;
		border:0px solid red;
		background-image:url(image/medhermes.jpg);
		left:368px;
		top:0px;
		z-index:3;
		position:absolute;
	}
	div#pulsanti
	{
		width:368px;
		height:71px;
		border:0px solid red;
		left:0px;
		top:0px;
		text-align:center;
		z-index:3;
		position:absolute;
	}
	
div#presentazione
{
	width:900px;
	height:300px;
	border:0px solid black;
	top:71px;
	left:0px;
	position:absolute;
	z-index:2;
	background-color:rgb(28,23,81);
}
	div#show
	{
		width:650px;
		height:300px;
		top:0px;
		left:0px;	
		border: 0px solid green;
		position:absolute;
		z-index:3;
	}
	div#menu
	{
		width:225px;
		height:270px;
		top:30px;
		left:675px;
		border:0px solid green;	
		position:absolute;
		z-index:3;
		color:white;
		font-family:Calibri,Arial;
		font-size:12px;
	}
	a.link_menu
	{
		text-decoration:none;
		color:white;
	}
	
div#main
{
	height:558px;
	width:900px;
	top:371px;
	left:0px;
	border:0px solid yellow;
	z-index:2;
	position:absolute;
	/**background-color:rgb(229,240,171);*/
	background-color:white;
	font-family:Calibri,Arial;
	font-size:14px;
	color:black;
}
	div#testo
	{
		width:565px;
		height:510px;
		border:0px red solid;
		position:absolute;
		left:320px;
		top:40px;
		font-family:Calibri,Arial;
		font-size:14px;
		color:#1c1751;
		text-align:justify;
		overflow:auto;
	}
div#news_content
{
	border:0px solid black;
	top:325px;
	left:30px;
	width:286px;
	height:389px;
	position:absolute;
	z-index:3;	
	background-image:url(image/spallamed.png);
	font-family:Calibri,Arial;
	font-size:12px;
	color:black;
}
	
div#footer
{
	height:71px;
	width:900px;
	top:929px;
	left:0px;
	border:0px solid blue;
	background-color:rgb(164,187,70);
	position:absolute;
	z-index:2;
	font-family:Calibri,Arial;
	font-size:12px;
	color:#506000;
	text-align:center;
}

/** NEWS */
#news
{
	width:200px;
	/**background:#eee;*/
	left:40px;
	top:50px;
	position:absolute;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{

	height:290px;
	overflow:hidden;
	position:relative;
	
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:290px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

/** STILI PER I PULSANTI DEL MENU */
.menu_table_up
{
	background-image:url(image/pullUp.jpg);
	background-repeat:no-repeat;
}
.menu_table_out
{
	background-image:none;
}
.menu_table_active
{
	background-image:url(image/pull.jpg);
	background-repeat:no-repeat;	
}