@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	background-color: #DBCFC1;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
#cont_header {
	height: 100px;
	width: 910px;
	background-image: url(../_img/header_bkg.jpg);
	background-repeat: repeat-x;
}
#logo {
	background-image: url(../_img/logo_corner_210x100.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 300px;
	float: left;
}
#cont_testata {
	float: right;
	width: 480px;
	padding-top: 44px;
}
#cont_nav_menu {
	background-image: url(../_img/bg_menu.jpg);
	background-repeat: no-repeat;
	background-color: #DBCFC1;
	background-position: center;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 6px;
	height: 32px;
}
#cont_body {
	width: 910px;
	background-color: #FFFFFF;
}
#left_col {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-top: 24px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

#left_col_elenco {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1.3em;
	margin-left: -12px;
}
#right_col {
	width: 600px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-color: #FFFFFF;
	float: right;
}
#ricerca {
	width: 200px;
	display: inline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	float: right;
	background-color: #6F0104;
}
#right_col_tags {
	float: right;
	width: 590px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #FFF;	
	
}
#clear {
	clear: both;
}
#spazio {
	height: 20px;
}
#cont_footer {
	background-color: #636A58;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
form {
	border: 1px dotted #CC0000;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#txt_testata {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#txt_responsabile {
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 3px;
	text-decoration: none;
}
#txt_responsabile a{
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 3px;
	text-decoration: none;
	font-weight: bold;
}
#txt_responsabile a:hover{
	font-size: 13px;
	color: #FFCC00;
	padding-top: 3px;
	text-decoration: underline;
	font-weight: bold;
}
.text_piede {
	font-size: 12px;
	color: #CCCCCC;
}
.text_piede a{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.text_piede a:hover{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.txt_menu {
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 6px;
	color: #FFCC00;
	padding-right: 30px;
	padding-left: 14px;
}
.txt_menu a{
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}.txt_menu a:hover{
	font-size: 13px;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFCC00;
}
.txt_home {
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
}
/* h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #AF1010;
	font-weight: normal;
}*/

input {
	background-color: #E6E6E6;
	font-size: 10px;
	border: 1px solid #636A58;
}
li {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	list-style-type: square;
	
	font-weight: bold;
}
li a{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
li a:hover{
	font-size: 12px;
	color: #B71515;
	text-decoration: underline;
}
