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

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
a {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
a:hover {
	color:#993333;
}
#wrapper {
	width:762px;
	height:900px;
	margin:auto;
	border:1px;
	border-color:#996600;
	border-style:solid;
}
#header {
	width:760px;
	height:216px;
	background-image:url("ritagli/immagini/home_01.jpg");
}
#corpo {
	width:760px;
	height:556px;
	background-image:url("ritagli/immagini/home_02.jpg");
	background-repeat:no-repeat;
}
#contenutocorpo {
	width:500px;
	height:406px;
	padding-left:5px;
}
#footer {
	width:760px;
	height:78px;
	background-image:url("ritagli/immagini/home_03.jpg");
}
.piccolo {
	font-size:10px;
}
.grande {
	font-size:19px;
}

