@import "include.css";
/*
	REGOLE GENERALI
	Schema Colori:
	#F0F0F0 Grigio chiaro colonna sinistra
	#3880E2 Azzurro dei link
	
*/

* {margin:0; padding:0; border:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:transparent url('../img/sfondo.gif') repeat-x top left;
}


a:link,a:visited { 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
 list-style-type:none;
}
#container {
	width: 999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	width: 999px;
	height: 248px;
}

#main {
	width: 999px;
}

#left {
	width: 222px;
	float: left;
	background-color: #F0F0F0;
}
#center {
	width: 523px;
	float: left;
	background-color: #f8f8f8;
	margin-right: 2px;
	margin-left: 2px;
}
#right {
	width: 250px;
	float: left;
	background-color: #f3f3f3;
	height: 100%;
}
#footer {
	clear:both;
	background-color: #FCE398;
	height: 18px;
	width: 100%;
	text-align: center;
	padding-top: 6px;
}

#right div.evento a:link,#right div.evento a:visited{ color:#3880E2; }

h1,h2,h3,h4,h5,h6{font-family:Tahoma,Verdana,sans-serif;}
h1{}
h2{}
h3{
	font-size: 15px;
	color: #FFFFFF;
	background-color: #BFBFBF;
	height: 24px;
	padding-left: 24px;
	padding-top: 6px;
}
h4 {
	font-size: 13px;
	color: #000000;
	padding-left: 24px;
	padding-top: 10px;
}
h5 {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #F4A435;
	height: 24px;
	padding-left: 24px;
	padding-top: 6px;
}
h6{}
