/* CSS Document */

body {
	background-color:#ffffcc;
	text-align:center;
	margin:0px;
}

a {text-decoration:none; color:#000000;}

a:hover {text-decoration:underline;}
#contenitore {
	width:750px;
	;
	border:#333300;
	border-width:2px;
	border-style:solid;
	position:relative;
	top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#FFFFFF;
	height: 2560px;
}

.title {
	width:650px;
	height:auto;
	background-color:#FFFFFF;
	margin-left:15px;
	display:block;
	background-image: url(images/barraalta.jpg);
}

#ilMenu {
	width:750px;
	margin-left:25px;
	margin-top:2px;
	margin-bottom:2px;
	text-align: left;
}

.menu {
    font-family: "Comic Sans MS";
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

.testo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

