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;
	font-size: 14px;
}
/* logo AXXXO e accesso al back-end o inserimento notizie*/
#areariservata {
	height: 105px;
	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;
	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-attachment: fixed;
	background-image: url(../images/axxxo_bannermod1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

/*fine container*/
/*navigazione principale attraverso tutte le pagine del sito*/
#mainnav {
	height: 25px;
	width: 620px;
	float: right;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 10px;
}

/*fine mainnav*/
/*area destinata a testo e immagini*/
#textarea {
	background-color: #FBFBF9;
	width: 730px;
	min-height:600px;
	height:auto !important;
	height:600px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(../css/border-radius.htc);
}
/*fine textarea*/
/*navigazione secondaria all'interno delle varie sezioni del sito*/
#secnav {
	height: auto;
	width: 175px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #FBFBF9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(../css/border-radius.htc);
}
.gitamodalita {
	font-size: 11px;
	line-height: 12px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#secnav li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
/*fine secnav*/
/*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;
}
/*fine footer*/

/*STILI GENERALI*/
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 35px;
	color: #000000;
	float: left;
	clear: both;
}
.h2 {
	font-size: 15px;
	font-weight: bolder;
	margin-left: 60px;
	color: #000000;
	float: left;
	width: 500px;
	height: auto;
}
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;
	clear: both;
	font-size: 14px;
	width: auto;
	height: auto;
	padding: 0px;
}
.text {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	height: auto;
	width: auto;
}

a:link {
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
a:hover {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #333333;
}
a:active {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
