@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	overflow: auto;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../immagini/bg_generale.jpg);
	background-color:#000;
}
#all {
	position:absolute;
	left:50%;
	margin-left:-490px;
	width:980px;
}
#header {
	width:980px;
	height:150px;
	border-bottom:thin;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	background-image:url(../immagini/entrophia_logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#left_bar {
	position:absolute;
	float:left;
	width:150px;
	height:auto;
	margin-top:10px;
	background-color:#FFF;
	padding:5px;
}
#menu_title_bar {
	width:145px;
	height:20px;
	padding-right:5px;
	background-color:#CCC;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 14px;
	padding-top: 3px;
}
.menu {
	list-style:none;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
}
.menu_voce {
	color:#666;
	line-height:23px;
	border-bottom:thin;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
}
.menu_voce a {
	color:#666;
	text-decoration:none;
}
.menu_voce a:hover {
	color:#cc0000;
	text-decoration:none;
}
#content {
	float:right;
	width:808px;
	height:auto;
	margin-top:10px;
	margin-bottom:20px;
	background-color:#FFF;
	padding:4px;
}

#title {
	width:800px;
	border-bottom:thin;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#999;
	margin-bottom:10px;
	text-align:right
}
.foto {
	margin-bottom:20px;
	border:thin;
	border-color:#CCC;
	border-style:solid;
}

.contenitore_foto {
	width:600px;
	float:left;
}

.dettaglio_foto{
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999;
	float:right;
	text-align:right
}

.dettaglio_foto a{
	text-decoration:none;
	color:#999;
}

.testo  {
	font-family:Arial, Helvetica, sans-serif;
	color: #818181;
	font-size:12px;
	text-align:justify;
	}
.testo  a{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	text-align:justify;
	font-weight:bold;
	text-decoration:none;
	}

.red  {
	color:#C00;
	font-weight:bold;
}
.foto_diplomacy{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
