@charset "utf-8";
/* POSIZIONE E DIMENSIONE */
body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header {
	width: 100%;
	height: 207px;
}

#header p{
	height: 12px;
	margin:0px;
	padding: 0px;
	padding-top: 9px;
}

#container {
	width: 680px;
	margin: auto;
	padding: 10px 15px 10px 15px;
	height: auto;
}

#corpo {
	width: 465px;
	margin: 0px;
	padding: 0px 15px 0px 5px;
	height: auto;

}

#colonna {
	width: 180px;
	margin: auto;
	float: right;
	clear: right;
}

#footer {
	width: 710px;
	margin: auto;
	padding-top: 5px;
}

.gthumb {
	margin: 6px;
	float: left;
}

.gthumb img {
	padding: 3px;
}

ul#menu {
	clear: right;
	padding: 0px;
	margin: 0px;
}

ul#menu li{
	list-style: none;
	display: inline;
	float: right;
	width: 41px;
	padding: 0px;
	margin: 0px 13px 0px 5px;
	position: relative;
	top: -10px;
}

ul#links {
	clear: right;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	float: right;
	width: 180px;
}

ul#links li{
	list-style: none;
	padding: 0px;
}

div.links {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #999999;
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
}

div.links a {
	color: #666666;
}

/* COLORE E STILE */
body {
	background: url(images/layout/body_bg.gif) top left repeat;
}

img {
	border: none;
}

h1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	width: auto;
	clear: left;
}

h2 {
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}


#header {
	background-image: url(images/layout/header_bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align:center;
	font-size: 10px;
	color: #666666;
}

#container {
	background: url(images/layout/container_bg.gif) top center repeat-y;
	font-size: 12px;
}

#footer {
	background: url(images/layout/container_footer.gif) top center no-repeat;
	font-size: 9px;
	color:#666666;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #333333;
}

a.gthumb:link img,a.gthumb:visited img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	border: 1px solid #AAAAAA;
}
a.gthumb:hover img{
	filter: alpha(opacity=100);
	opacity: 1.0;
	border: 1px solid #0099FF;
}

ul#menu li {
	text-align: center;
	line-height: 12px;
}

ul#menu a:link, ul#menu a:visited{
	font-size: 9px;
	color: #999999;
	text-decoration:none;
}

ul#menu a:hover{
	color: #333333;
}

ul#menu li a img {
	border: none;
}

ul#links {
	background-color: #F0F0F0;
	border: 1px solid #666666;
}

ul#links li {
	font-size: 11px;
	padding-left: 5px;
	line-height: 15px;
	list-style: square;
	list-style-position: inside;
}

ul#links li a:link{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}

ul#links li a:visited{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;	
}

ul#links li a:hover{
	color: #555555;
	text-decoration: underline;
	font-weight: bold;	
}

ul#links li.section {
	text-align: center;
	font-weight: bold;
	list-style: none;
	font-size: 12px;
	color: #333333;
	background-color: #66CCFF;
	border-bottom: 1px solid #666666;
}

ul#links li.separator {
	list-style: none;
	font-size: 12px;
}
