html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #FF358B;
	color: #FFFFFF;
}

body {
	background: #CCD9DE;
	color: #333333;
	padding-top: 20px;
	font-size: 11px;
	line-height: 16px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1,h8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #F73386;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -1px;
	color: #F73386;
	line-height: 20px;
}
h3 {
	font-family: "Gill Sans", Verdana, sans-serif;
	color: #01B0F0;
	font-size: 10px;
	font-weight: bold;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: 666;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: 333;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: 444;
	font-weight: normal;
}
h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -1px;
	color: #F73386;
	line-height: 20px;
}
h8 {
	font-size: 35px
}

h1,h2,h3,h4 {padding-top: 6px; margin-bottom: 4px;}

.rosso {
	color: #F73386;
}


.clearer {clear: both; font-size: 0;}

.inner-container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	padding-bottom: 20px;
}

.header {
	background: #222;
	height: 160px;
	margin-bottom: 3px;
	text-align: center;
}

.main {
	background: url(img/main.gif) repeat-y;
	padding: 0px 12px 0 0;
	margin-top: 8px;
}

.content {
	float: right;
	width: 538px;
}
.content p {font-family: Georgia, "Times New Roman", Times, serif;}

.navigation {
	float: left;
	width: 210px;
	position: fixed;
}
.navigation h2 {
	color: #0099CC;
	line-height: 20px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
}
.navigation li {
	border-bottom: 1px #AEEE00;
	border-bottom-style: dotted;
}
.navigation li a {
	font-size: 10px;
	color: #0099CC;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	font-family: "Gill Sans", Verdana, sans-serif;
	font-weight: bold;
	text-indent: 10px;
	background: #F1F4E9;
}
.navigation li a:hover {
	background: #FF358B;
	color: #FFF;	
}

.footer {
	background: #FFFFFF;
	color: #444;
	margin-top: 4px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.footer a {
	color: #01B0F0;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	background-color: #FF358B;
}
.testo {
	margin-top:10px
}
.calendario {
	clear:left;
	position:relative;
	top:10px
}

.date {
	border-collapse: collapse;
	table-layout:fixed;
	width:100%
}
.date td {
	padding:3px 0px 3px 0px;
	font-size:105%;
	border-bottom:1px solid #ddd
}
.ie6 .date td {
	font-size:0.8em
}
