@charset "utf-8";

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.titolo {
	font-size:14px;
	font-weight:bold;
}

.sottotitolo {
	font-size:12px;
	font-style:italic;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pageContainer{
	clear:both;
	text-align: center;
}

#mainContainer {
	clear:both;
	width: 955px;
	height: 600px;
	margin: 0 auto;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#colonnaSinistra {
	float:left;
	width: 210px;
	height: 600px;
	margin: 0 auto;
}

#colonnaDestra {
	float:left;
	width: 745px;
	height: 600px;
	margin: 0 auto;
}
#scheda {
	color:#9b753f;
	text-align:center;
	padding-top: 19px;
	padding-right: 13px;
	padding-bottom: 0px;

}

#scheda a{
	color:#9b753f;
	text-decoration:underline;
}

#scheda a:hover{
	color:#000000;
	text-decoration:underline;
}

.navigazione {
	text-align:right;
	color: #732512;
	background-image: url(immagini/fondo1-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.navigazione a {
	color: #732512;
	text-decoration:underline;
}

.navigazione a:hover {
	color: #000000;
	text-decoration:underline;
}

#descrizioneScheda {
	height:235px;
	text-align:left;
	margin-top: 19px;
	margin-bottom: 10px;
	padding-right: 10px;
	overflow: auto;
	scrollbar-base-color: #dedede;
}

#descrizioneMarchio {
	height:430px;
	text-align:left;
	margin-top: 19px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: auto;
	color:#9b753f;
	scrollbar-base-color: #dedede;
}

