/*stili per il layout fisso con altezza minima*/
html,body{
	margin: 0;
	padding: 0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4em;
	text-align: center;
	color: #666666;
}

#container{
	width: 728px; 
	margin: 0 auto;
	text-align: left;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #FBD512;
	border-right-width: 16px;
	border-right-style: solid;
	border-right-color: #FBD512;
}

#header {
	margin-bottom: 0px;
	height: 77px;
}

#header_print {
	display: none;
}

#menu {
	width: 727px;
	height: 18px;
	margin-left: 1px;
}

#smenu {
	width: 726px;
	height: 18px;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #217DC1;
}

#s_no_menu {
}

#content {
	width: 688px;
	min-height: 350px;
	line-height:1.4;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 50px;
}

#footer{
	height: 40px; 
	width: 100%; 
	font-size: 0.9em;
	padding-top: 3px;
	background-color: #FBD512;
	text-align: left;
}

#white {
	clear: both;
	height: 1px;
}

/*stili generici, su header e footer*/
#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
}

#content h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

#content p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 1.3em;
	list-style: none;
	text-indent: -1.3em;
}

#content li {
}

#foto_right {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 0.85em;
	font-style: italic;
	text-align: left;
}

#foto_centro {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.foto_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	clear: both;
}

/* STILI TESTO */
.menu {
	font-size: 1.1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/sfondo_menu.gif);
	background-repeat: repeat-x;
}

.menu_select {
	font-size: 1.1em;
	color: #FBD512;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/sfondo_no_menu_select.gif);
	background-repeat: repeat-x;
}

.no_menu_select {
	font-size: 1.1em;
	color: #FBD512;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/sfondo_no_menu_select.gif);
	background-repeat: repeat-x;
}

.smenu {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}


.smenu_select {
	color: #FBD512;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.foto {
	font-size: 0.9em;
	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
}

/* LINK */

/*#menu a {background-color: #008E56; margin-right:1px; margin-bottom:1px; padding-top: 3px; padding-bottom: 2px; text-decoration: none;}*/

.menu a:link {color: #FFFFFF; text-decoration:none;}
.menu a:visited {color: #FFFFFF; text-decoration:none;}
.menu a:hover {color: #FBD512; text-decoration:underline;}

.menu_select a:link {color: #FBD512; text-decoration:none;}
.menu_select a:visited {color: #FBD512; text-decoration:none;}
.menu_select a:hover {color: #FBD512; text-decoration:underline;}

.smenu a:link {color: #FFFFFF; text-decoration: none}
.smenu a:visited {color: #FFFFFF; text-decoration: none}
.smenu a:hover {color: #FBD512; text-decoration: underline}

#content_unico a:link {color: #70BD1F; font-weight: bold; text-decoration: none}
#content_unico a:visited {color: #70BD1F; font-weight: bold; text-decoration: none}
#content_unico a:hover {color: #70BD1F; font-weight: bold; text-decoration: underline}

#content a:link {color: #70BD1F; text-decoration: none}
#content a:visited {color: #70BD1F; text-decoration: none}
#content a:hover {color: #70BD1F; text-decoration: underline}
