/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

#main {
	margin: auto;
}

#menusx {
	background-image: url(../images/index_r5_c1.jpg); 
	width: 67px;
}

#menu {
	background-image: url(../images/index_r5_c2.jpg); 
	width: 156px; 
	vertical-align: top;
	color: #CCCCCC;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

#menudx {
	background-image: url(../images/index_r5_c3.jpg); 
	width: 19px;
}

#contenutisx {
	background-image: url(../images/index_r5_c4.jpg); 
	width: 16px;
}

#contenuti {
	background-image: url(../images/index_r5_c5.jpg); 
	width: 469px; 
	vertical-align: top;
	font-family: Tahoma;
	font-size: 11px;
	color: #4F2B1F;
}

#contenutidx {
	background-image: url(../images/index_r5_c8.jpg); 
	width: 73px;
}

#footer {
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
	text-align: center;
}

.menu{
	background-image: url(../images/bg_link.jpg);
	height: 26px;
	padding-left: 35px;
	background-repeat: no-repeat;
}


.linea {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #4F2B1F;
}

a, a:link, a:active, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

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