@charset "UTF-8";
body {
	background-image: url(../imgs/bg_pattern.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#585858;
}

#main_container{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	
}

#head{
	width:820px;
	height:78px;
	background-image:url(../imgs/head_img.png);
}

.center_container{
	width:820px;
	background-image:url(../imgs/container_bg.png);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-left:10px;
}


#main_menu{
	width:800px;
	height:20px;
	background:#ffe5eb;
	
}

#main_menu ul{
	list-style:none;
	margin: 0;
	padding:0;
}
#main_menu li{
	float:left;
	line-height:20px;
}

#main_menu a {
	font-size:10px;
	float:left;
	display: block;
	text-decoration: none;
	color:#585858;
	height:20px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

#main_menu .sel{
	background-color:#FFFFFF;
}

#main_menu a:hover {
	background-color:#FFFFFF;
	color:#585858;
}



.divisore_H{

	width:788px;
	height:6px;
	line-height:6px;
	overflow:hidden;
	background-color:#ffe5eb;
	margin-left:6px;
}



#footer{
	width:820px;
	height:25px;
	background-image:url(../imgs/content_footer.png);
	background-repeat:no-repeat;
}



a , a:hover , a:visited {
	color:#0099FF;
	text-decoration:none;

}