div.wrapper{
	width:800px;
	margin: 0 auto;
}

div#top-body{
	background: url(../immagini/top_body.gif) center top no-repeat;
	width:100%;
	height: 17px;
	
}
div#bottom-body{
	background: url(../immagini/bottom_body.gif) center top no-repeat;
	width:100%;
	height: 30px;
	
}
div#body{
	width:100%;	
}
div#bg{
	background-image: url(../immagini/body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#menu{
	background-color: #6dd4e8;
	background-image:url(../immagini/bg_menu.gif);
	width:206px;
}

div#menu ul{
	margin: 3px;
	line-height: 175%;
}
div#menu ul li{
	font-variant: small-caps;
	font-size: 1.1em;
	list-style-image: url(../immagini/menu_list.gif); 
}
div#menu a{
	color: black;
	text-decoration: none;
}
div#menu a:hover{
 	font-weight: bold;
}


div#left{
	float: left;
	width:223px;
	padding-left: 19px;
}

div#right{
	width:519px;
	margin-left: 242px;
}
div#contenuto{
	background: url(../immagini/bg_grey.gif) repeat-y;
	padding-right: 15px;
	padding-left: 15px;
}
div#contenuto img{
	display: inline;
}
div#menu-top{
	padding-top:252px;
}
div#menu-top img{
	display: inline;
}
div#menu-top td{
	vertical-align: bottom;
	text-align: center;
}

