@charset "utf-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-attachment: fixed;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
	width: 100%;
}
div {
	float: left;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main {
	width: 894px;
	position: absolute;
	left: 50%;
	margin-left: -447px;
	height: 100%;
	background-color: #ed1c24;
}
#colonna_sx {
	width: 107px;
	background-image: url(img/bg_colonna_sx.gif);
	height: 562px;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
#logo {
	width: 107px;
	padding-top: 210px;
	text-align: center;
}
#random {
	height: 263px;
	width: 787px;
}
#sottomenu {
	position: absolute;
	right: 0px;
	margin-top: 10px;
}
#content_sx {
	width: 242px;
	height: 264px;
}
#scritta {
	height: 30px;
	width: 242px;
	background-image: url(img/scritta.jpg);
}
#testo {
	font-size: 10px;
	color: #333333;
	background-color: #e1e1e1;
	width: 232px;
	height: 234px;
	overflow: auto;
	padding: 5px;
	line-height: 12px;
	text-align: justify;
}
#testo a {
	color: #333333;
	text-decoration: none;
}
#testo a:hover {
	color: #666666;
	text-decoration: underline;
}
#spazio {
	background-image: url(img/spazio.jpg);
	height: 10px;
	width: 545px;
}
#menu {
	height: 32px;
	width: 545px;
	background-color: #CCCCCC;
}
#foto {
	height: 232px;
	width: 545px;
}
#testo_dx {
	font-size: 10px;
	color: #333333;
	background-image: url(img/bg_testo_dx.jpg);
	background-color: #f3f3f3;
	height: 217px;
	width: 535px;
	overflow: auto;
	line-height: 14px;
	text-align: justify;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#testo_dx a {
	color: #333333;
	text-decoration: none;
}
#testo_dx a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer {
	background-image: url(img/bg_footer.jpg);
	height: 15px;
	width: 777px;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	text-align: center;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
.corsivo {
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
}
.corsivo ul {
	list-style-image: url(img/bullet.gif);
}
.rosso {
	font-weight: bold;
	color: #E90024;
}
.textfield {
	width: 100px;
	font-size: 10px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
}

