/* Basic Elements */
html, body {
	margin: 0;
	color: #003366;
	font: 12pt Arial, garamond, georgia, "Times New Roman", sans-serif, Times, serif;
	background-color: blue;
	line-height: 1.2em;
	}
input.text {
	width: 400px;
}
#container {
	width: 930px;
	margin: 0 auto;
	/*background-color: #ccffff;*/
	background-image: url(images/sfondobandiera.jpg);
}
#headerhome {
	width: 100%;
	height: 300px;
	background: url("headerbg.jpg") repeat-x 0% 0%;
	}
#header {
	width: 100%;
	height: 148px;
	background: url("headerbg.jpg") repeat-x 0% 0%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #999;
	}
#left { float: left; width: 25%;
 }
#right { float: right; width: 70%; margin: 0 0 10px 0;
}


/* Additional styles */
p {
	margin: 0;
	font-weight: bold;
	font-style: italic;
	}
span.greenbig{
	font-size: 150%;
	color: #f00;
	}
span.redbig{
	font-size: 150%;
	color: #093;
	}
.date { border-top: 1px solid #eee; margin: 0 0 20px 0; }
h2{
	font-family: garamond, georgia, "Times New Roman", sans-serif, Times, serif;
	font-size: 18pt;
	color: #036;
	border-bottom: 1px solid #fff;
	}
h3{
	font-family: garamond, georgia, "Times New Roman", sans-serif, Times, serif;
	font-size: 16pt;
	color: #036;
	background: inherit;
	border-bottom: 1px solid #fff;
	}
img {
	border: 0;
	}
img.floatLeft { 
    float: left; 
    margin: 10px; 
	border-width:6px;
	border-color:#666;
	border-style: dotted;
}
img.floatRight { 
    float: right; 
	margin: 10px 0px 10px 10px;
	border-width:6px;
	border-color:#666;
	border-style: dotted;
}
img.checkered { 
	border-width:6px;
	border-color:#666;
	border-style: dotted;
}
img.partner{ 
	border-width:6px;
	border-color:#666;
	border-style: groove;
}
p.partner{ 
	font-size: 80%;
	font-style: normal;
}
div.float {
  float: left;
  margin: 10px 30px 10px 40px; 
}  
div.float p {
   text-align: center;
}
div.floatpartner {
  float: left;
  margin: 10px 20px 10px 30px; 
}  
div.floatpartner p {
   text-align: center;
}
div.container {
	background-color: #ccffff;
	padding: 10px 20px 10px 30px;
	background-image: url(images/sfondobandiera.jpg);
}
div.spacer {
  clear: both;
}
h1 {
	display: none;
	}
a { color: #E23300; background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; text-decoration: none; }

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
width: 83px;
text-align: center;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.comment { background: #F5F6F6; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { background: #f4f4f4; color: #808080; padding: 10px; margin: 0 0 10px 0; width: 500px; text-align: left; }
.date { border-top: 1px solid #eee; margin: 0 0 20px 0; }
.commenthead { margin: 0 0 20px 0; font-size: 1.2em; border-bottom: 1px solid #eee; }
.red { color: #E23300; }
<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->
