/* CSS Document */
body {
	margin: 0px;
	background-color: #000000;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#thumb{
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
}
#thumb img {
	margin-left: 5px;
	margin-right: 1px;
	border: 1px solid #666666;
}
#thumb a img  {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
#thumb a:hover img  {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a {
	text-decoration: none;
	color: #91A746;
	text-align: center;
}
a:hover {
	color: #5A5959;
	text-decoration: none;
}
a:active {
	color: #5A5959;
	text-decoration: underline;
}
#placeholder {
	background-color: #101010;
	width:960px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -250px;
	border: 1px solid #666666;
}
#header{
	display: block;
	width: 600px;
	height: 40px;	
	margin-top: 20px;
	margin-left: 180px;
	margin-right: 180px;
	text-align: center;
}
#header ul {
	list-style-type: none;
}
#header ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0 20px 0 20px;
	margin: 0;
}
#header a {
	display: block;
	padding: 0;
	color: #91A746;
	text-decoration: none;
	text-align: center;
}
#header #currentpage a {
	color: #ffffff;
	text-decoration: none;
}
#header a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#intro {
	width: 960px;
	height: 400px;
	background-color: #FFFFFF;
	border: 0px solid #666666;
	float: none;
	font-family: Georgia,Times,serif;
}
.clr {
	clear: both;
	width: 0;
}
#footer {
	width: 960px;
	float: left;
	text-align: center;
}
.testo {
	float: left;
	margin: 15px;
	width: 644px;
	height: 370px;
	font-size: 17px;
}
.testo_cr {
	float: left;
	margin: 15px;
	width: 644px;
	height: 370px;
}
#foto {
	display: block;
	float: right;
	width: 285px;
}
.logo {
	float: right;
	width: 285px;
	height: 400px;
	border-left: 1px solid #666666;
}
.logogg {
	float: right;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 0;
}
.titolo, h1 {
	font-family:Georgia,Times,serif;
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
}
.introtext {
	line-height: 30px;
	font-size: 17px;
}
.sublink {
	display: block;
	position: absolute;
	top: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.form {
	text-align: left;
	font-size: 11px;
	padding-bottom: 0;
}
.small {
	padding-top: 10px;
	font-size:11px;
}