body {
	font-family: serif;
	font-size: medium;
	background-color: #66CCFF;
	color: navy;
	text-align: center;
	padding: 0px;
	margin-left: 0 auto;
	margin-right: 0 auto;
}

#container {
	width: 760px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(images/bb_cent.jpg);
	background: url(images/bb_cent.jpg) repeat-y;
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 120px;
	background-image: url(images/template_1_r1_c1.jpg);
}

#banner_int {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 110px;
	background: url(images/bb_int.jpg) no-repeat top;
}

#int_left {
	text-align: center;
	float: left;
	width: 162px;
	margin: 8px;
	padding: 8px;
}

#int_right {
	text-align: left;
	width: 510px;
	margin: 8px;
	margin-left: 180px;
	padding: 8px;
}

#int_max {
	margin: 10px;
	padding: 10px;
   text-align: center;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 12px;
	text-align: center;
	height: 60px;
	background: url(images/bb_end.jpg) no-repeat bottom;
}

/*Barra di Navigazione Orizzontale*/

#cssmenu ul
{
	padding: 5px;
	margin: 5px;
	margin-left: 10px;
	float: left;
	font-weight: normal;
}

#cssmenu ul li 
{ display: inline; }

#cssmenu ul li a
{
	color: black;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}

#cssmenu ul li a:hover
{
	color: navy;
	text-decoration: underline;
}




.immagini{
	border: 1px solid silver;
	padding: 3px;
	margin: 3px;
}

h1 {
	padding-top: 10px;
	font-size: 20px;
	color: #CC0099;
	font-weight: bold;
}

h2 {
	font-size: 18;
	color: #CC0099;
	font-weight: bold;
}