/* CSS Document */
html,body{
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 75%;
	background-color: #960707;
	background-image: url(../images/bg_body2.jpg);
	background-repeat: repeat-x;
	background-position: 0 -230px;
	margin: 0 auto;
	padding: 0;
}

#sfondo {
	background-image: url(../images/bg_body3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 180px;
	height: 188px;
}

/* master */
#master {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -300px;
	width: 901px;
	height: 550px;
	background-color: #960707;
}

/* testata */
#testata {
	height: 50px;
}

#logo {
	float: left;
	width: 330px;
	height: 50px;
	position: relative;
	left: 0px;
	top: 0px;
}

/* navigation */
#navigation {
	float: left;
}

#navigation ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#navigation li a {
	list-style: none;
	float: left;
	text-decoration: none;
	margin: 10px 13px 0 13px;
	padding: 0;
	line-height: 50px;
	font-size: 1.2em;
	color: white;
}

#navigation li a:hover,#active {
	list-style: none;
	text-decoration: none;
	color: #f8be72;
	line-height: 50px;
	background-image: url(../images/li_hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* wrap */
#wrap {
	width: 900px;
	height: 480px;
	background-color: #DED1B8;
	border-left: 1px solid #e89c3a;
	border-right: 1px solid #e89c3a;
	text-align: center;
}

#bg_top {
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 16px;
	padding: 0;
	margin: 0;
}

#bg_bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 16px;
	padding: 0;
	margin: 0;
}

/* main */
#main {
	padding: 0 10px 0 10px;
	text-align: left;
	width: 880px;
	height: 480px;
	background-color: white;
	border: 0px;
}

/* left */
#left {
	position: relative;
	float: left;
	width: 488px;
	height: 478px;
	margin: 0;
	padding: 0;
}

/* right */
#right {
	position: relative;
	float: right;
	width: 370px;
	height: 460px;
	background-color: white;
	margin: 0;
	padding: 10px;
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#right ul{
	margin: 15px 0 0 10px;
	padding: 0;
	list-style: none;
}

#right li{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#right li img{
	border: 1px solid #bcb5b5;
}

#right li a:hover img {
	border: 1px solid #960707;
}

#rassegna-stampa {
	float: left;
	width: 180px;
}

#rassegna-stampa ul{
	width: 180px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#rassegna-stampa ul li{
	width: 180px;
	margin: 0;
	padding: 0 0 0 25px;
	background-image: url(../images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#rassegna-stampa li a{
	text-decoration: underline;
	color: black;
}

#rassegna-stampa li a:hover {
	text-decoration: none;
	color: black;
}

#rassegna-stampa-web {
	float: right;
	width: 180px;
}

#rassegna-stampa-web ul{
	width: 180px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#rassegna-stampa-web ul li{
	width: 180px;
	margin: 0;
	padding: 0 0 0 25px;
	background-image: url(../images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#rassegna-stampa-web li a{
	text-decoration: underline;
	color: black;
}

#rassegna-stampa-web li a:hover {
	text-decoration: none;
	color: black;
}

#news p{
	font-size: 0.9em;
	padding: 0;
	margin: 0 10px 5px 10px;
	text-align: justify;
}

#news ul{
	margin: 0 0 0 10px;
	padding: 0;
}

#news li{
	float: left;
	margin: 0 10px 0 0;
}

#news h2 {
	font-size: 0.95em;
	color: #960707;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	font-weight: regular;
}

/* intro */
#intro {
	background-image: url(../images/intro.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 878px;
	height: 478px;
	margin: 0;
	padding: 0;
	border: 1px solid #bcb5b5;
}

#intro #content {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	position: relative;
	top: 398px;
	background-color: white;
	clear: both;
	width: 878px;
	height: 80px;
	margin: 0;
	padding: 0;
}

#intro #content ul{
	list-style: none;
	text-align: center;
}

#intro #content li a{
	font-weight: bold;
	text-decoration: none;
	color: #960707;
}

#intro #content li a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #960707;
}

/* footer */
#footer {
	text-align: center;
	clear: both;
	height: 40px;
	margin: 10px 0 10px 0;
	border: 0;
}

#footer p{
	padding: 0;
	text-align: center;
	color: white;
}

#footer a{
	color: #e5962f;
}

#footer a:hover{
	color: #f8be72;
	text-decoration: none;
}