/* CSS base */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ff9900;
}
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	
}
.capolettera{
	font-size: 18px;
	color: white;
	font-weight: bold;
}
.capolettera2{
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.clearfix {
 	clear: both;
}
img {
	border-width:0px;
}
h1{
	font-size: 25px;
	font-weight: bold;
	color: white;
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #402C00;	
}
h3{
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: white;	
}
a:hover {
	color: #993300;
}
#align {
	width: 502px;
	margin: 0 auto;
	border: 1px solid #222222;
	background-color: #ff6600;
}
#header {
	padding: 10px;
}
#banner {
	width: 460px;
	height: 30px;
	padding: 10px;
	text-align: center;
	background-color: #ff9900;
	border: 1px solid #666666;
}
#navigation {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#navigation ul {
	margin: 0; 
	padding: 0; 
 	list-style-type: none; 
}
#navigation li{
	line-height: 28px;
	padding: 5px 20px 5px 20px;	
	display: inline; /*IE*/
}
#first_content {
	padding: 10px;
	background-color: #E5E5E5;
}
#content {
}
#main_content {
	padding: 10px;
}
#flash {
	width: 478px;
	text-align: center;
	background-color: #ff6600;
}
#secondary_content {
	width: 460px;
}
#footer {
	width: 460px;
	height: 30px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	background-color: #ff9900;
	border: 1px solid #666666;
}
