@charset "iso-8859-2";
/* CSS Document */

body{
background-color:#a8151e;
background-image:url(../images/bg.gif);
background-repeat:repeat-y;
background-position:center;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a{
	text-decoration:none;
	color:#a8151e;
}

#wrapper{
background-image:url(../images/bgtop.gif);
background-position:top center;
min-height:420px;
background-repeat:no-repeat;
}
#logo{
	height:80px;
	padding:18px 0 0 30px;
}

#wrapper-1{
	width:960px;
	margin:auto;
}

#contatti{
	font-size:16px;
	color:#a8151e;
	text-align:right;
	padding:55px 35px 0 0;
	font-weight:bold;
}

#testo{
	padding:0px 15px 0px 15px;
	text-align:justify;
	height:255px;
}

#box{
	background-image:url(../images/box.gif);
	background-repeat:no-repeat;
	width:927px;
	height:253px;
	margin:auto;
}

#diario{
	background-color:#ececec;
	padding:5px;
	width:908px;
	font-size:18px;
	margin:auto;
	text-align:center;
}

#diario a{
	text-decoration:none;
	color:#a8151e;
}

#footer{
	padding:10px 10px 10px 20px;
	font-size:10px;
	
}

.titolo{
	font-size:24px;
	color:#a8151e;
}

.discorso{
	font-size:16px;
	margin-left:50px;
}

.coloured{
	color:#a8151e;
}