/*Rimozione propietà di default*/
html, body, img, h1, h2, h3, h4 p{
	padding:0;
	margin:0;
	border:none;
}
.clr {
	clear:both;
}
#page_clr{
	clear:left;
	font-size:2px;
	height:2px;
	background-color:#3300CC;
}

/*Sili tag html*/
h1, h2, h3, h4, h5, h6{
	margin-bottom: 5px;
}
h1 {
	font-size:21px;
	color:#3300CC;
	text-align:center;
}
h2{
	font-size:18px;
	text-align:center;
}
h3{
	margin-top:20px;
	font-size:17px;
	color:red;
}
h4{
	font-size:12px;
}
p{
	fontsize:12px;
	margin: 5px 0px 10px 0px;
}

hr {
	height:1px;
}
/*Definizione Macroblocchi*/
body{
	background-color:#111111;
	color: #000000;
	text-align:center;
	font-family:Arial;
}
div#index{
	width:950px;
	background-color:#3850ee;
	margin:0px auto 0px auto;
}
div#container{
	width:950px;
	background-color:#FFFFFF;
	text-align:left;
	margin:0px auto 0px auto;
	border: 3px solid #204080;
}
div#header{
	height:250px;
	background-color:#FFFFFF;
	border-bottom: 2px solid #FF0000;
}

div#header img{
	float:left;
}
div#page{
	background-image: url(../img/sfondo.gif);
	background-repeat:repeat-y;
	display: inline-block;
	background-color:#FFFFFF;
}
div#menu {
	float:left;
	width:198px;
	margin-bottom: 20px;
	background-color:#FFFFFF;
}
div#content{
	float:left;
	width:470px;
	background-color:#FFFFFF;
	border-left: 2px solid #0000FF;
	border-right:2px solid #FF0000;
	padding:15px;
}
div#newsCol{
	float:left;
	width:234px;
	padding: 20px 7px 20px 7px;
	background-color:#FFFFFF;
}
div#footer{
	text-align:center;
	padding: 10px;
}


/*Stili menu*/
div#menu a{
	display:block;
	background-image:url(../img/pallino.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	color:#000000;
	padding: 4px 4px 4px 18px;
	text-decoration: none;
	font-weight: bold;
	border-bottom:1px solid #3300cc;
}
div#menu a:visited{
	color:#000000;
}
div#menu a:hover{
	color:#FF0000;
}
/*Stili news*/
div.news {
	margin:15px 0 5px 0;
}
div.news A {
	font-weight:bold;
	text-decoration:none;
	color:#0B4585;
}
div.news A:hover {
	text-decoration:underline;
}

div.news p.titolo{
	margin:0 0 3px 0;
}
div.news p.data{
	font-size: 9px;
}
div.news p.testo{
	margin:0 0 15px 0;
}

/*Stili gallery*/
.titolo_gallery {
	margin:0 0 5px 0;
}
.titolo_gallery A {
	font-weight:bold;
	text-decoration:none;
	color:#0B4585;
}
.titolo_gallery A:hover {
	text-decoration:underline;
}
img.gallery{
	float:left;
	margin:15px;
	padding:5px;
	border: 1px solid #cccccc;
}

