@charset "UTF-8";
/* CSS Document */


body{
	background-color: #fff;
	margin: 0px;
	padding:0px;
}
#wrapper{
	margin:0 auto;
}
#foglio{
	width: 1200px;
	height: 640px;
	background-color: #e1e1e1;
    
	padding:auto;
	margin: 30px;
}
#logostile{
	width: 1194px;
	height: 230px;
	text-align: center;
	border: medium double #000;
	margin: auto;
	background: #737373;
	float: none;
	padding-top: 10px;	
}



#testata{
	width: 1150px;
	height: 210px;
	margin: auto;
	padding: 0px 0px 0px 15px;
	text-align: left;
	text-shadow: #7f7f7f 8px 4px 6px;
	font: 80px/300px "Courier New", Courier, mono;
	color: #6d6d6d;
	float: none;
}
a{
	padding-right: 18px;
	
} 
a:link {
	text-decoration: none;
	color: #bc0000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #1222a9;
}


#piede{
	width: 1150px;
	height: 155px;
	margin: 2px;
	text-shadow: #414141 4px 2px 3px;
	font: 28px/95px "Courier New", Courier, mono;
	color: #515151;
	text-align: right;

}
