body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #212121;
	background-image:url(pcbg.gif);
	background-repeat:no-repeat;
	background-position:10px 30px;
	background-attachment:fixed;
	font-size: 11px;
	line-height: 1.9em;
	padding: 0;
	margin: 5;
	text-align: center;
}

p {
	margin: .5em 0 1em 0;
}
A:link {
	text-decoration: none;
	/* color: #c7c7c7; */
	color: #666666; 
	font-weight: bold;
	border-color: #666666;
}
A:visited {
	text-decoration: none;
	color: #666666; 
	font-weight: bold;
	border-color: #666666;
}
A:hover {
	text-decoration: none;
	color: #ff0000;
	border-color: #ff0000;
}
#thumbs A:link {
	text-decoration: none;
	/* color: #c7c7c7; */
	color: silver; 
	font-weight: bold;
	border-color: silver;
}
#thumbs A:visited {
	text-decoration: none;
	color: silver; 
	font-weight: bold;
	border-color: silver;
}
#thumbs A:hover {
	text-decoration: none;
	color: #ff0000;
	border-color: #ff0000;
}
.testo {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.9em;
	color: #666;
}
.dida {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 9px;
	color: #666;
}
h1, h2, h3, h4, h5 {
	/* font-family: Verdana, Helvetica, Arial, sans-serif; */
	/*font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;*/
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #c7c7c7;
}


h1 {
	text-align: left;
	font-size: 24px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 18px;
	font-weight:normal;
}

h3 {
	font-size: 12px;
	color: #666666;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}
#container {
	width: 740px;
	margin: 0 auto;
	border-left: 3px #000 double;
	border-right: 3px #000 double;	
	background-color: #FFF;
}

#main {
	margin: .5em 20px 0 20px;
	border-top: 1px solid #000;
	text-align: left;
	padding: 20px 0 20px 0;
}

#gbk {
	visibility: visible;
}

#left {
	float: left;
	width: 140px;
	margin: 0 20px 14px 0;
	background-color: #DCDCDC;
	border: 3px double #FFF;
	font-size: 10px;
	line-height: 1.4em;
}

.gutter {
	margin: 10px;
}

#right {
	float: right;
	width: 120px;
	margin: 0 0 14px 20px;
}

#center {
	float: center;
	width: 395px;
	height: 65px;
	text-align: left;
	padding: 0;
	height: 65px;
	bottom: 30px;
	background-color: #fff;
}
#center2 {
	float: center;
	width: 163px;
	height: 39px;
	text-align: right;
	padding: 0;
	bottom: 0px;
	background-color: #ebebeb;
}
#center3 {
	float: center;
	width: 163px;
	height: 39px;
	text-align: right;
	padding: 0;
	background-color: #ebebeb;
}
#testo {
	width: 400px;
}
#testo550 {
	width: 550px;
}
.span550 {
	display:block;
	width: 550px;
}
#testo100 {
	width: 100%;
}
.video {
	border: 3px double #000;
}
#naviga {
	float:left;
	height:24px;
}
#naviga img {
	margin-top: 1px;
}
}
#fixme {
 text-align: right;
 z-index:3;
}
#fixme { position: absolute; right: 10px; top: 0px; }
#nav { position: absolute; right: 10px; top: 140px; }
body > div#fixme { position: fixed; }
body > div#nav { position: fixed; }

div#fixme {
right: expression( ( 10 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}		
div#nav {
right: expression( ( 10 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 140 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

input.btn {
  color:#004080;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
}
input.btn:focus {
  color:#004080;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
}