/* CSS Document */
/* General body html setting */

html,body{
	margin: 0;
	padding:0;
}
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align:center;
	background-image: url(../00_img/bkg_body.jpg);
	background-repeat: repeat-x;
}

.center{
	width:962px;
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

div#clear { 
clear: both; 
}
/*CONTEINER A*/
div#conteiner{
	width:982px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../00_img/bkg_conteiner.jpg);
	background-repeat: repeat-y;
}


/*SECTION A1*/
div#section_A1{
	width:100%;
	height: 320px;
}

div#content_A1{
	width: 962px;
	text-align: center;
}
div#intesta {
	width: 962px;
	height: 300px;
	background-color: #FF9A00;
	background-image: url(../00_img/intesta.jpg);
	background-repeat: no-repeat;
}
div#dati {
	width: 962px;
	height: 15px;
	background-color: #FF9A00;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



/*SECTION A2*/
div#section_A2{
	width:100%;
	height: 50px;
}

div#content_A2{
	width: 962px;
	text-align: center;
	
}

div#menuori {
	height: 50px;
	width: 962px;
	background-color: #FFFFFF;
}



/*SECTION B*/
div#section_B{
	width:100%;
	height: 400px;
}

div#content_B{
	width: 962px;
	text-align: center;
	
}

div#B_left_column {
	float: left;
	width: 260px;
	text-align: left;
	height: 400px;
}
div#news {
	width: 260px;
	height: 400px;
	background-color: #FFFFFF;
}

div#B_right_column {
	float: right;
	width: 700px;
	text-align: left;
	height: 400px;
}
div#flash {
	width: 480px;
	float: left;
	height: 400px;
}
div#links {
	width: 220px;
	float: left;
	height: 400px;
	text-align: center;
}

/*SECTION C*/
div#section_C{
	width:100%;
	height: 700px;
}

div#content_C{
	width: 962px;
	text-align: center;

	
}

div#C_left_column {
	float: left;
	width: 260px;
	text-align: left;
	height: 700px;
}
div#maestri {
	width: 240px;
	height: 698px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div#maestri p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-align: left;
	text-indent: 15px;
}
div#C_right_column {
	float: right;
	width: 700px;
	text-align: left;
	height: 700px;
}



div#benvenuti {
	width: 680px;
	height: 328px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div#benvenuti p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	text-align: left;
	text-indent: 15px;
}
div#piccolabroadway {
	width: 680px;
	height: 370px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
div#piccolabroadway p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-align: left;
	text-indent: 15px;
}

/*SECTION D*/
div#section_D{
	width:100%;
	text-align: center;
	height: 40px;
}

div#content_D{
	width: 962px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
div#footer{
	clear:both;
	text-align:center;
	color: #666666;
	height: 40px;
	width: 962px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../00_img/bkg_footer.gif);
	background-repeat: no-repeat;
}
div#footer a {
	color: #666666;
	text-decoration: none;
}

div#footer a:hover {
	color: #006600;
	text-decoration: none;
}


#footer a:visited{
	text-decoration: none;
	color: #999999;
}

.img_floatsx_brd {
	padding: 5px;
	border: 1px solid #e1e1e1;
	float: left;
}
.img_floatdx_brd {
	padding: 5px;
	border: 1px solid #e1e1e1;
	float: right;
}
.img_floatsx_nobrd {
	padding: 5px;
	float: left;
}
.img_floatdx_nobrd {
	padding: 5px;
	float: right;
}

