@charset "utf-8";
/* CSS Document */

body{
	background-color:#ffffff;
}

h1{
	font-size:20px;
	color:#55402d;
	margin-left:10px;
	margin-top:10px;
}

h2 {
	font-size:16px;
	padding-left:15px;
	color:#F90;
}

h3 {
	font-size:12px;
	color:#9C0;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Comic Sans MS", cursive;
}

h3 a{
	font-size:12px;
	color:#9C0;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Comic Sans MS", cursive;
	text-decoration:none;
}

h3 a:hover{
	text-decoration:underline;
}

p {
	color:#787878;
	margin-left: 20px;
	margin-right:20px;
}

strong {
	color:#55402d;
}

.link {
	color:#999;
	background:#fffbd9;
	text-decoration:none;
	border-bottom:1px dotted #55402d;
}

.elenco {
	color:#787878;
	margin-left: 20px;
	#padding-left: 35px;
	list-style-image:url(../img/bullet.gif);
}

div#sfondo {
	background:url(../img/bg_sito.gif) repeat-y top;
}

div#contenitore {
	width:700px;
	padding-left:2px;
	text-align:left;
}

div#keyword {
	width:700px;
	height:5px;
	line-height:5px;
}

div#keyword h1{
	color:#CCC;
	font-size:5px;
}

div#flash {
	width:700px;
	height:213px;
}

div#menu {
	width:700px;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #F90;
}

div#menu ul{
	display:inline;
	list-style-type:none;
}

div#menu li{
	float:left;
}

div#menu li a{
	margin-right:15px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#00AEEF;
	font-size:12px;
}

div#menu li a:hover{
	color:#F00;
}

div#contenuti {
	width:700px;
}

div#link{
	width:700px;
	text-align:center;
	border-top:1px dotted #F90;
	border-bottom:1px dotted #F90;
}

div#link1{
	width:325px;
	height:60px;
	float:left;
	margin-left:15px;
	margin-top:5px;
}

div#link2{
	width:325px;
	height:60px;
	float:left;
	margin-left:15px;
	margin-top:5px;
	}

div#footer {
	width:700px;
	height:25px;
	font-size:12px;
	color:#787878;
	text-align:center;
	padding-left: 10px;
}