@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #000000;
}
#container {
	width: 780px;
	border: 0px solid #FFCC00;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000000;
	background-image: url(immagini/layout/Header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width:780px;
	height:230px;
	min-height:230px;
}

#under_header {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000000;
	width:780px;
	min-height:30px;
	color: #669900;
}

#mainContent {
	width:780px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Content_UP {
	width:780px;
	min-height:100px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(immagini/layout/TitoloPagina.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:150px;
	min-height:150px;
}
#Content_CENTER {
	width:760px;
	min-height:300px;
	background-color: #000000;
	padding: 10px;
}



#footer {
	margin-top:10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000000;
	background-image: url(immagini/layout/Footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width:780px;
	height:230px;
	min-height:230px;
}

.menu a{
	float: left;
	text-decoration: none;
	padding: 5px;
	background-color: #000000;
	background-image: url(immagini/layout/Tasto_Up.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width:100px;
	height:40px;
	font-weight: bolder;
	color: #FF9900;
} 
.menu a:hover{
	background-image: url(immagini/layout/Tasto_Down.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #339900;

}

.link_arancione{
	font-size: 22px;
	font-weight: bold;
	color: #FF9900;
}
.link_arancione:hover{
	font-size: 22px;
	font-weight: bold;
	color: #FFCC00;
}

.link_arancione_piccolo{
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.link_arancione_piccolo:hover{
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
}

.link_nero{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.link_nero:hover{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}


.Verde{
	font-size: 16px;
	font-weight: bolder;
	color: #339900;
}
.Verde_26{
	font-size: 26px;
	font-weight: bolder;
	color: #339900;
}
.Verde_Padding_30{
	font-size: 30px;
	font-weight: bolder;
	color: #339900;
	padding: 30px;
	text-align: center;

}

.Arancio{
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
.Arancio_26{
	font-size: 26px;
	font-weight: bold;
	color: #FF9900;
}
.Nero{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.Nero_26{
	font-size: 26px;
	font-weight: normal;
	color: #000000;
}

.Bianco{
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}


.Storia{
	font-size: 16px;
	font-weight: normal;	
	color: #FFFFFF;
	vertical-align:top;
}

.Staff_Dirigenti_20{
	font-size: 20px;
	font-weight: normal;
	color: #FF9900;
	vertical-align:top;
}

.Video{
	vertical-align:top;
}

.Gallery{
	vertical-align:top;
}




.hr {
	height: 10px;
	background-image: url(immagini/layout/10x10.jpg);
	background-repeat: repeat-x;}
div.hr hr {
  display: none;
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: 2px solid #FF9900;
	cursor: url("immagini/Gallery/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 2px #FF9900;
	cursor: url("immagini/Gallery/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("immagini/Gallery/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	border: 2px solid #FF9900;
	cursor: pointer;
}
.PopBoxImageNoLink
{
	border: 2px solid #FF9900;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

