#main {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuleft {
	float: left;
	height: auto;
	width: 228px;
	margin-top: 100px;
}
#header {
	float: left;
	height: 269px;
	width: 572px;

}
#barmedia {
	height: 50px;
	width: 800px;
	float: left;

}
#contenuti {
	float: left;
	height: auto;
	width: 407px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: normal;
	color: #745283;
}
#left {
	float: left;
	height: 278px;
	width: 383px;


}
.tit_pagina {
	height: 49px;
	width: 227px;
	margin-left: 573px;
	z-index: 10;
	margin-top: 0px;
}
#bassalinea {
	float: left;
	height: auto;
	width: 100%;
}
#menu_bottom {
	float: left;
	height: auto;
	width: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #8A6599;
	padding-left: 10%;
	
}
.menu_botton{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.menu_botton ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 90%;
	background: #FFFFFF;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #896399;
	border-right-color: #896399;
	border-bottom-color: #896399;
	border-left-color: #896399
}

.menu_botton ul li{
display: inline;
}

.menu_botton ul li a{
	float: left;
	color: #896399;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #896399;
}

.menu_botton ul li a:visited{
color: #896399;
}

.menu_botton ul li a:hover, .menu_botton ul li .selected{
	color: #DADADA !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #896399;
}
#bottom {
	float: left;
	height: 15px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #865F96;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	margin-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #8A6398;
	
}
