/* CSS Document */

body {
	margin:0;
	padding:0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(immagini/sfondo.jpg);
	background-attachment: fixed;
}

#centrato {	
	width: 900px;
	margin:auto;
}
#logo {
	width: 240px;
	height:125px;
	float: left;
	background-image: url(immagini/logo.png);
}
#corpo {
	float: left;
	background-color: #FFFFFF;
	background-image: url(immagini/corpo.jpg);
	background-repeat: repeat-y;
}

/*stili colonna NEWS*/
#colonna-1 {
	width: 240px;
	float: left;
}
#colonna-1 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	padding-left: 15px;
}
.newsBOX{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding: 5px;
	width: 210px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.TITLEnews{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #993300;
	margin-bottom: 10px;
}

/*stili colonna CONTENUTO*/
#colonna-2 {
	width: 630px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
}
#colonna-2 p{
}
#colonna-2 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
}

/*gli swf */
#swf_1 {
	width: 215px;
	float: left;
	height: 269px;
	background-image: url(immagini/pittura.jpg);
	background-repeat: no-repeat;
}
#swf_2 {
	width: 445px;
	float: left;
	height: 286px;
	background-image: url(immagini/gomitolo.jpg);
}


/*MENU VERTICLAE*/

#navbar {
	width: 240px;
	float: left;
}
#navbar ul {
	margin:0;
	border:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#navbar li {
	list-style-type: none;
}
#navbar li.cons {}
#navbar li a:link, #navbar li a:visited, #navbar li a:active {
	display:block;
	width:200px;
	text-decoration:none;
	color:#666666;
	font-weight:normal;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 12px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
	#navbar li a:hover {
	color:#820b45;
}


/*MENU ORIZZONTALE*/

#menu1 {
	padding-top: 105px;
	display: inline;
	width: 500px;
	float: right;
	text-align: right;
	margin-bottom: 5px;
} 
#menu1 ul 
{
	border:0;
	margin-top: 0px;
	margin-bottom: 0px;
}
		
#menu1 li {
	display:inline;
	list-style:none;
}
	
	#menu1 a:link, #menu1 a:visited, #menu1 a:active {
	color:#FFFFFF;
	text-decoration:none;
	display:inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-left: 10px;
} 
	#menu1 a:hover {
	color:#FFCC00;
	text-decoration:none;
	border-bottom-color: #FFFFFF;
}


/*stiliFOOTER*/
#footer {
	color:#FFFFFF;
	clear: left;
	background:#FF9900;
	height: 30px;
	padding-top: 2px;
}
#footer p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#footer a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: center;
}
#footer a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: center;
}
#footer a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	text-align: center;
}

/*LINK*/
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

