*{
	margin:0;
	padding:0;
}
body {
	background-color: #fff;
	text-align: center;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}
.clearboth {
	clear:both;
	font-size:1px;
}
a {
	color: #669;
	background-color:#fff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:none;
	margin:0;
	padding:0;
}
img.imgleft {
	padding:2px;
	border:4px solid #669;
	float:left;
	margin:8px 5px 0 0;
}
img.imgright {
	padding:2px;
	border:4px solid #669;
	float:right;
	margin:8px 0 0 5px;
}
#containerhead {
	background: url('../images/header-bg.jpg') top left repeat-x;	
}
#containerfoot {
	background: url('../images/footer-bg.jpg') top left repeat-x;
}

#header {
	width:960px;
	height:150px;
	background: url('../images/header.jpg') top left no-repeat;
	margin:0 auto 0 auto;
}

#header #titoli {
	float:left;
	width:140px;
	margin:10px 0 0 0;
}
#header h1, #header h2 {
	font-size:10px;
	line-height:40px;
	width:140px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
#header h2 {	
	clear:left;
}
#header h1 a, #header h2 a{
	display:block;
	height:80px;
	background:none;
	text-decoration:none;
}
#header span {
	visibility:hidden;
}

#menu {
	margin:4px 40px 0 0;
	list-style:none;	
	float:right;
}
#menu li {
	float:left;
	font-weight:bold;
	font-size:15px;
	background-color: #669;
	color:#fc0;
	height:24px;
}
#menu li a {
	text-decoration:none;
	background-color: #669;
	color:#fc0;
	padding:0 0 4px 0;
	margin:0 8px 0 8px;
	border-bottom:4px solid #fc0;
	float:left;
}
#menu li a:hover, #menu #current a {
	background-color: #669;
	color:#fff;
	border-bottom:4px solid #fff;
}
#menu #current a {
	cursor:default;
}

#content {
	width:960px;
	padding:20px 0 10px 0;
	margin:0 auto 0 auto;
}
#left {
	width:260px;
	float:left;
	display:inline;
}

#sidetop {
	background: url('../images/sidebar-sx-top.jpg') top left no-repeat;
	height:50px;
}
#sidecent {
	background: url('../images/sidebar-sx-center.jpg') top left repeat-y;
}
#sidebot {
	background: url('../images/sidebar-sx-bottom.jpg') top left no-repeat;
	height:70px;
}

#left h2 {
	font-size:14px;
	color:#fc0;
	padding:10px 0 0 30px;
}

#menusx {
	list-style:none;
	margin:0 10px 0 50px;
}
#menusx li {
	font-size:12px;
	background-color: #669;
	color:#fc0;
	text-align:left;
	padding:5px 0 5px 0;
}
#menusx li a {
	text-decoration:none;
	color:#fc0;
	background:#669 url('../images/lampada.jpg') left top no-repeat;
	padding:0 0 10px 40px;
	display:block;
}
#menusx li a:hover, #menusx #currentsx a {
	background:#669 url('../images/lampada-over.jpg') left top no-repeat;
	color:#fff;
}
#menusx #currentsx a {
	cursor:default;
}

#right {
	width:680px;
	margin: 0 0 0 20px;
	float:left;
	display:inline;
	text-align:justify;
	overflow:hidden;
}

#righttop {
	background: url('../images/path-pagina-top.jpg') top left no-repeat;
	height:50px;
}

#righttop h2 {
	font-size:14px;
	color:#669;
	padding:10px 0 0 30px;
}

#rightcent {
	background: url('../images/path-pagina-cent.jpg') top left repeat-y;
	padding:10px 20px 0 20px;
}
#rightcent ul, #rightcent ol {
	margin:0 0 0 40px;
}
#rightcent li {
	line-height:16px;
	padding:2px 0 2px 0;
}
#rightcent h2 {
	font-size:14px;
	color:#669;
	padding:15px 0 5px 0;
	position: relative;
}
#rightcent h3 {
	font-size:13px;
	font-style:italic;
	color:#669;
	padding:10px 0 5px 0;
	position: relative;
}
#rightcent p {
	font-size:12px;
	padding:5px 0 5px 0;
	line-height:18px;
	position: relative;
}
#footer {	
	width:960px;
	height:100px;
    background: url('../images/footer.jpg') top left no-repeat;
	margin:0 auto 0 auto;
	text-align:justify;
	color:#fc0;
}
#footer p {
	display:inline;
	float:left;
}
#footer p a {
	background:none;
}
#footer #p1 {
	width:400px;
	line-height:18px;
	padding:5px 0 0 60px;
}
#footer #p2 {
	width:200px;
	line-height:18px;
	text-align:center;
	padding:76px 0 0 0;
}
#footer #p2 a {
	color:#fc0;
	text-decoration:underline;
}
#footer #p2 a:hover {
	color:#fff;
}
#footer #p3 {
	width:220px;
	line-height:18px;
	text-align:center;
	padding:76px 0 0 40px;
}
#footer #p3 img {
	margin:0 0 0 20px;
}