@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	background-color: #4D4B4C;
}
#topper {
	background-color: #4D4B4C;
	background-image: url(immagini/topper.jpg);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	height: 100px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E18D2D;


}
#topper  p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0.2em;
	font-size: 1.5em;
	line-height: 1.6em;
	color: #CCCCCC;
	text-align: left;
	padding-left: 410px;
	padding-top: 30px;
}

#master-all {
	text-align: left;
	height: 1%;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#master-all #masthead a {
	color: #727071;
	text-decoration: underline;
	font-size: 0.8em;
}
#master-all #masthead a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F48712;
}

