@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.testata {
	float: left;
	height: 100px;
	width: 990px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.decorazione {
	float: left;
	height: 10px;
	width: 990px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.bando {
	float: left;
	width: 990px;
	padding-top: 10px;
	text-align: justify;
}
.marchio_ilas {
	float: left;
	height: 100px;
	width: 495px;
	text-align: right;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	float: left;
	width: 990px;
	height: 20px;
	vertical-align: middle;
	padding-top: 5px;
	letter-spacing: -0.7px;
	padding-bottom: 0px;
}


.contenitore {
	float: left;
	width: 990px;
	padding-left: 20px;
}
.img_testata {
	float: left;
	height: 205px;
	width: 990px;
	padding-left: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.logo_accademia {
	float: left;
	height: 100px;
	width: 495px;
}

.menu a:link {
	color: #333333;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#333333;
}

.menu a:visited {
	color: #333333;
	text-decoration:none;
}

.menu a:hover {
	color: #C70E11;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#C70E11;
}

.bando a:link {
	color: #C70E11;
	text-decoration:none;
}

.bando a:visited {
	color: #666666;
	text-decoration:none;
}

.bando a:hover {
	color: #000000;
	text-decoration:none;
}

.footer {
	background-color: #000000;
	float: left;
	height: 200px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #CCCCCC;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
.contenitore_footer {
	float: left;
	width: 990px;
	padding-left: 20px;
}
.footer a:link {
	color: #999999;
	text-decoration:none;
}

.footer a:visited {
	color: #999999;
	text-decoration:none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration:none;
	border-bottom-style:solid; border-bottom-width:5px;
	border-bottom-color:#ffffff;
}

