body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #AAB4BD;
	background-attachment: fixed;
	background-position: 0px 0px;
}
#wrapper {
	height: auto;
	width: 950px;
	clear: left;
	float: left;
}

/* logo AXXXO e accesso al back-end o inserimento notizie*/
#areariservata {
	height: 125px;
	width: 250px;
	background-color: #AAB4BD;
	margin-left: 700px;
	background-image: url(../images/logo_axxxo_trasp.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*area in cui il contenuto della pagina viene incluso*/
#container {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: 50px;
	padding-bottom: 20px;
	float: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #47535C;
	border-bottom-color: #47535C;
	border-left-color: #47535C;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../images/axxxo_bannermod.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
#spacer {
	float: left;
	height: 10px;
	width: 100%;
}

#flash {
	float: right;
	height: 200px;
	width: 300px;
	margin-top: 20px;
	margin-right: 20px;
	clear: right;
	margin-bottom: 20px;
	}
/*fine container*/
/*navigazione principale attraverso tutte le pagine del sito*/
#mainnav {
	height: 25px;
	width: 575px;
	float: right;
	clear: both;
	margin-right: 10px;
	margin-top: 5px;
}
/*fine mainnav*/
/*area destinata alle news riprese brevemente */
#novita {
	height: auto;
	width: 550px;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: right;
	clear: left;
	background-color: #FBFBF9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(css/border-radius.htc);
	}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-right: 25px;
	margin-left: 25px;
	text-align: justify;
}
.image {
	float: right;
	height: 150px;
	width: 150px;
	margin-right: 25px;
	margin-left: 25px;
}

/*fine novita*/
/*area destinata alle attività dell'associazione*/
#attivita {
	background-color: #FBFBF9;
	height: auto;
	width: 550px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-repeat: repeat-y;
	background-position: right;
	-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(css/border-radius.htc);
	}
/*fine attivita*/
/*area destinata alle ultime notizie*/
#ultime {
	background-color: #FBFBF9;
	height: auto;
	width: 300px;
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
	background-repeat: repeat-y;
	background-position: right;
	-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(css/border-radius.htc);
}
/*fine ultime*/
/*area per la scelta rapida di determinate zone del sito*/
#scelta {
	height: 200px;
	width: 300px;
	margin-right: 20px;
	float: right;
	margin-top: 20px;
	clear: right;
}
.sceltaimg {
	border: 1px solid #CCCCCC;
	float: left;
	width: 148px;
}
/*fine area di scelta*/
/*riporta le notizie di copyright ecc.*/
#footer {
	height: 45px;
	width: 760px;
	margin-right: auto;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 0px;
	float: left;
}
.copyright {
	font-size: 9px;
	color: #000000;
	margin-left: 45px;
	padding-top: 25px;
	padding-left: 45px;
}
.indirizzo {
	font-size: 9px;
	padding-top: 25px;
	padding-left: 55px;
}
.webmaster {
	font-size: 9px;
	margin-left: 120px;
}
.ottimizzazione {
	font-size: 12px;
	padding-top: 25px;
	padding-left: 55px;
	line-height: 12px;
	color: #000099;
	font-weight: bold;
}
/*fine footer*/

/* STILI GENERALI*/
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 45px;
	color: #000000;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-left: 60px;
	color: #000000;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 45px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 45px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 45px;
}
.p {
	margin-right: 25px;
	margin-left: 25px;
	text-align: justify;
	color: #000000;
}
a:link {
	font-size: 13px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
a:hover {
	font-size: 13px;
	line-height: 14px;
	color: #3300CC;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-size: 13px;
	line-height: 14px;
	color: #3300CC;
}
.curved {
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(border-radius.htc);
}
